Trait NdMask

Source
pub trait NdMask<D = Ix2>
where D: Dimension,
{ type Data: RawData<Elem = bool>; }

Required Associated Types§

Source

type Data: RawData<Elem = bool>

Implementations on Foreign Types§

Source§

impl<S, D> NdMask<D> for ArrayBase<S, D>
where D: Dimension, S: RawData<Elem = bool>,

Source§

type Data = S

Implementors§