[][src]Function smoke::generator::vector

pub fn vector<SZ, EL, T>(size: SZ, elements: EL) -> Vector<SZ, EL> where
    SZ: Generator<Item = usize>,
    EL: Generator<Item = T>, 

Create a vector of elements where the size of the vector is determined by the first generator and the type of elements in the second