Expand description
Alternate tagged pointer types without a BITS
parameter.
The types in this module correspond to those in the crate root,
but instead of taking a BITS
parameter to determine how many tag bits
are stored, they use the largest possible tag size for an aligned pointer
to T
.
See each type’s documentation for more information.
Structs§
- Tagged
MutRef - Mutable version of
TaggedRef
. - Tagged
Ptr - A tagged pointer with the maximum tag size for the given type.
- Tagged
Ref - A tagged reference with the maximum tag size for the given type.