[][src]Trait alt_std::vec::VecAppend

pub trait VecAppend<E: Copy> {
    fn append(&mut self, arr: &[E]);
}

Required methods

fn append(&mut self, arr: &[E])

Loading content...

Implementors

impl<T: Copy> VecAppend<T> for Vec<T>[src]

Loading content...