Skip to content

iter::allAndAny ​

allAndAny(items) ​

ParameterTypeDescription
itemsIterable

Returns ​

(Boolean) Whether or not all the values in the list evaluate to true and the list is non-empty.