Skip to content

iter::all

all(items)

ParameterTypeDescription
itemsIterable

Returns

(Boolean) Whether or not all the values in the list evaluate to true.