Expand description
Provides an inline-allocated list which statically tracks its length.
Re-exports§
Modules§
- Type-level integers which use a unary representation
Structs§
- A node of
NListwith one element and the rest of the list. - Inline-allocated list of
Twhich statically tracks its length using theLtype parameter. - A node of an empty
NList
Enums§
Type Aliases§
- The type of the head node in
NList<T, L>.