[][src]Module k2_tree::tree

K2Tree structure and assosciated types.

Structs

IntoLeaves

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.

LeavesRaw

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.

StemsRaw

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