WT

Type Alias WT 

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

This type represents a binary wavelet tree, Each level of this tree is handled by a RSWide bitvector

Aliased Typeยง

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