Skip to main content

all

Function all 

Source
pub fn all<T, D>(input: &Array<T, D>) -> bool
where T: Element + Logical, D: Dimension,
Expand description

Test whether all elements are truthy.