References
References are denoted with a reference token.
There are two types of references:
Unique
Shared
Unique references are denoted with a unique token in front of the reference token.
References may also appear in type ascriptions.
Dereference
References can be dereferenced with the dereference operator.
This accesses the value that the reference is referencing.
Last updated