pub fn append<T, const CAP: usize>( vec: &mut ArrayVec<T, CAP>, other: ArrayVec<T, CAP>, )
Appends all items of other to the ArrayVec.