[][src]Trait ndarray::FixedInitializer

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

Loading content...

Required methods

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

fn len() -> usize

Loading content...

Implementations on Foreign Types

impl<T> FixedInitializer for [T; 0][src]

type Elem = T

impl<T> FixedInitializer for [T; 1][src]

type Elem = T

impl<T> FixedInitializer for [T; 2][src]

type Elem = T

impl<T> FixedInitializer for [T; 3][src]

type Elem = T

impl<T> FixedInitializer for [T; 4][src]

type Elem = T

impl<T> FixedInitializer for [T; 5][src]

type Elem = T

impl<T> FixedInitializer for [T; 6][src]

type Elem = T

impl<T> FixedInitializer for [T; 7][src]

type Elem = T

impl<T> FixedInitializer for [T; 8][src]

type Elem = T

impl<T> FixedInitializer for [T; 9][src]

type Elem = T

impl<T> FixedInitializer for [T; 10][src]

type Elem = T

impl<T> FixedInitializer for [T; 11][src]

type Elem = T

impl<T> FixedInitializer for [T; 12][src]

type Elem = T

impl<T> FixedInitializer for [T; 13][src]

type Elem = T

impl<T> FixedInitializer for [T; 14][src]

type Elem = T

impl<T> FixedInitializer for [T; 15][src]

type Elem = T

impl<T> FixedInitializer for [T; 16][src]

type Elem = T

Loading content...

Implementors

Loading content...