Expand description
The operations which an array type must support to implement open hypergraphs
Traitsยง
- Array
- Arrays of elements T for some
ArrayKindK. - Array
Kind - Array kinds.
For example,
super::vec::VecKindis the set of typesVec<T>for allT. - Natural
Array - Arrays of natural numbers. This is used for computing with indexes and sizes.
- OrdArray