Trait beagle::scalar_array::VecArrayVal [] [src]

pub trait VecArrayVal: ScalarArrayVal<Dim = One> where
    <Self::Row as HasSmaller>::Smaller: Array<Self::Scalar>, 
{ fn get_vec_val(self) -> <Self::Row as Array<Self::Scalar>>::Type; }

Vector types that can be deconstructed

Required Methods

Extract the inner array

Implementors