Trait qwt::quadwt::WTIndexable

source ·
pub trait WTIndexable: Unsigned + PrimInt + Ord + Shr<usize> + Shl<usize> + AsPrimitive<u8> { }
Expand description

Alias for the trait bounds of the type T to be indexable in the wavelet tree.

Object Safety§

This trait is not object safe.

Implementors§