[−][src]Type Definition mop_structs::vec::css::CssVec
type CssVec<T> = Css<Vec<T>, Vec<usize>>;
Methods
impl<T> CssVec<T>[src]
pub fn new_rnd<F, R>(len: usize, nnz: usize, rng: &mut R, cb: F) -> Self where
F: FnMut(&mut R, usize) -> T,
R: Rng, [src]
F: FnMut(&mut R, usize) -> T,
R: Rng,