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