Expand description
Scalar defined types that can be used to back the ScalarAllocators
ScalarAllocators are types that produce a sequence of Scalars with no
duplicates in the sequence
Structs§
- Opaque
Scalar - A opaque type that allows the implementation of
Pool/PoolMutto be safe
Traits§
- Scalar
- Simple types that can be produced from
ScalarAllocator, these types are known to have stableCloneandEqimplementations that allow them to be used in the implementation ofToken - Scalar
Allocator - A type that produces a sequence of unique
Scalars