[][src]Trait ndarray::FixedInitializer

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

Fixed-size array used for array initialization

Associated Types

Loading content...

Required methods

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

pub fn len() -> usize[src]

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...