Macros§
Structs§
- ConstId
- A unique identifier that can be created used in const contexts.
- Ordered
IdArray - An array of
ConstId
structs that is guaranteed to be in sorted order. - Ordered
IdSlice - An unsized slice of
ConstId
structs that is guaranteed to be in sorted order. - Unique
IdArray - An array of
ConstId
structs that are guaranteed to be unique and in sorted order. - Unique
IdSlice - An unsized slice of
ConstId
structs that are guaranteed to be unique and in sorted order.
Traits§
- Const
Identify - This trait is used as to mark structs with an id available in const contexts.