Skip to main content

SIntVec

Type Alias SIntVec 

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

renamed to SVarVec; use SVarVec instead

Expand description

Deprecated alias for SVarVec. Use SVarVec instead.

Aliased Typeยง

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