Skip to main content

UIntVec

Type Alias UIntVec 

Source
pub type UIntVec<T> = UVarVec<T>;
๐Ÿ‘ŽDeprecated since 0.6.0:

renamed to UVarVec; use UVarVec instead

Expand description

Deprecated alias for UVarVec. Use UVarVec instead.

Aliased Typeยง

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