Counts how many items are in the iterable.
Note that this will never use [iterableSize] to determine the count and will always walk over the entire iterable.
type of the item
the iterable
the number of items in the iterable
Counts how many items are in the iterable.
Note that this will never use [iterableSize] to determine the count and will always walk over the entire iterable.