Trait brassfibre::prelude::Concatenation [] [src]

pub trait Concatenation<'s>: Sized {
    fn concat<'o>(&'s self, other: &'o Self) -> Self;
}

Concatenate along columns

Required Methods

Implementors