Expand description
K2Tree
structure and assosciated types.
Structs§
- Into
Leaves - A consuming iterator over a K2Tree’s leaves which produces instances of LeafBit.
- K2Tree
- A collection designed to efficiently compress sparsely-populated bit-matrices.
- LeafBit
- A struct representing the value of a bit in a K2Tree’s leaves.
- Leaves
- An iterator over a K2Tree’s leaves which produces instances of LeafBit.
- Leaves
Raw - An iterator over a K2Tree’s leaves which prduces the raw boolean-values of each bit.
- StemBit
- A struct representing the value of a bit in a K2Tree’s stems.
- Stems
- An iterator over a K2Tree’s stems which produces instances of StemBit.
- Stems
Raw - An iterator over a K2Tree’s stems which produces the raw boolean-values of each bit.