first
Module Export
[value] |> value | nothingReturns the first/next element in the input iterator.
If the iterator is empty, nothing is returned.
Examples
import 'iterators'
from [1, 2, 3] firstModule Export
[value] |> value | nothingReturns the first/next element in the input iterator.
If the iterator is empty, nothing is returned.
import 'iterators'
from [1, 2, 3] first