pub type IntVec<T, E, B = Vec<u64>> = VarVec<T, E, B>;👎Deprecated since 0.6.0:
renamed to VarVec; use VarVec instead
Expand description
Aliased Type§
pub struct IntVec<T, E, B = Vec<u64>> { /* private fields */ }