HWT

Type Alias HWT 

Source
pub type HWT<T> = WaveletTree<T, RSWide, true>;
Expand description

This type represents a binary wavelet tree compressed using huffman coding. Each level of this tree is handled by a RSWide bitvector

Aliased Typeยง

pub struct HWT<T> { /* private fields */ }