Trait array_tool::vec::Times
[−]
[src]
pub trait Times {
fn times(&self, qty: i32) -> Self;
}Expand and duplicate the vectors content times the integer given