Trait afarray::ArrayInstanceAnyAll [−][src]
pub trait ArrayInstanceAnyAll: ArrayInstance { fn all(&self) -> bool { ... } fn any(&self) -> bool { ... } }
Expand description
Defines cumulative boolean operations any and all.