Trait ndarray::FixedInitializer [] [src]

pub unsafe trait FixedInitializer {
    type Elem;
    fn as_init_slice(&self) -> &[Self::Elem];
    fn len() -> usize;
}

Fixed-size array used for array initialization

Associated Types

type Elem

Required Methods

fn as_init_slice(&self) -> &[Self::Elem]

fn len() -> usize

Implementors