Extracts the first element of the given iterable, if any.
iterable
Iterated elements type.
An iterable to extract element from.
Either the first element, or undefined if the given iterable is empty.
undefined
Generated using TypeDoc
Extracts the first element of the given
iterable
, if any.