Skip to content

iter::find

find(items) => a

ParameterTypeDescription
itemsIterable

Returns

(*) The first item for which the closure evaluates to true.