Trait ndarray::Data [] [src]

pub unsafe trait Data {
    type Elem;
    fn slice(&self) -> &[Self::Elem];
}

Array’s inner representation.

Associated Types

type Elem

Required Methods

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

Implementors