pub trait AsMultiTargets: AsTargets<Ix = Ix2> {
    fn as_multi_targets(&self) -> ArrayView2<'_, Self::Elem> { ... }
}
Expand description

Return a reference to multi-target variables.

Provided Methods

Implementors