Traitsยง
- CtFind
- Constant-time equivalent of
Iterator::find, which can search a collection by iterating over every element and applying the given predicate to each item, then selecting the first matching entry.
Iterator::find, which can search a collection by iterating over
every element and applying the given predicate to each item, then selecting the first matching
entry.