Module implied

Source
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§

TaggedMutRef
Mutable version of TaggedRef.
TaggedPtr
A tagged pointer with the maximum tag size for the given type.
TaggedRef
A tagged reference with the maximum tag size for the given type.