Note that the one for `Iterable` specifies `A?` as...
# functional
r
Note that the one for
Iterable
specifies
A?
as nullable such as that if there is no elements you get back something you can work with.