Uniqueness type

In computing, a unique type guarantees that an object is used in a single-threaded way, with at most a single reference to it. If a value has a unique type, a function applied to it can be optimized to update the value in-place in the object code.

Source: Wikipedia — Uniqueness type (CC BY-SA 4.0)

Uniqueness type

In computing, a unique type guarantees that an object is used in a single-threaded way, with at most a single reference to it. If a value has a unique type, a function applied to it can be optimized to update the value in-place in the object code.

Source: Wikipedia "Uniqueness type" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy