On Thu, Aug 22, 2024 at 9:30 AM Adam Baratz wrote:
>
> I've been reading the iter pkg docs and I'm trying to understand a
> distinction drawn there.
>
> It says that the iterator method on a collection type is conventionally named
> All (and returns a Seq). However, the maps and slices packages
Hi,
I've been reading the iter pkg docs and I'm trying to understand a
distinction drawn there.
It says that the iterator method on a collection type is conventionally
named All (and returns a Seq). However, the maps and slices packages handle
this a little differently. They have All funcs tha