A unique pointer. Only one pointer to a target may exist at a time. Pointers can be explicitly moved, but not copied. +
Assign a payload to this unique pointer
Allocate the payload
Borrow the pointer
Move to a new instance
Check if this unique instance has a payload
Payload
See Implementation
A unique pointer. Only one pointer to a target may exist at a time. Pointers can be explicitly moved, but not copied. +