Trait brassfibre::prelude::NAppend [] [src]

pub trait NAppend {
    fn append(&self, other: &Self) -> Self;
}

Concatenate along row

Required Methods

Implementors