+collection functions (map, forEach, toList, toSet, isEmpty, etc,)
Is a Iterable with known size, a finite Iterable:
size
class Collection : Iterable { val size }
See List, Set and Iterable