Expand description

K2Tree structure and assosciated types.

Structs

A consuming iterator over a K2Tree’s leaves which produces instances of LeafBit.

A collection designed to efficiently compress sparsely-populated bit-matrices.

A struct representing the value of a bit in a K2Tree’s leaves.

An iterator over a K2Tree’s leaves which produces instances of LeafBit.

An iterator over a K2Tree’s leaves which prduces the raw boolean-values of each bit.

A struct representing the value of a bit in a K2Tree’s stems.

An iterator over a K2Tree’s stems which produces instances of StemBit.

An iterator over a K2Tree’s stems which produces the raw boolean-values of each bit.