Crate nlist

Source
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 NList with one element and the rest of the list.
  • Inline-allocated list of T which statically tracks its length using the L type parameter.
  • A node of an empty NList

Enums§

  • Type witness for the type of the node field in NList<T, L>, and the L parameter itself

Type Aliases§

  • The type of the head node in NList<T, L>.