Iterated elements type.
Found value type.
An iterable to extract element from.
A function extracting the value from elements. It is called for each iterated element until the value
found. Accepts element as the only parameter, and returns extracted value. If returns false or undefined the
search continues from the next element.
Either found value or undefined.
Generated using TypeDoc
Searches for the value in
iterable.