EfficientIterables.md
ObjInt
enumerate
ObjList
ObjSet
ObjRange
Is a Iterable with known size, a finite Iterable:
size
class Collection : Iterable { val size }
comparator(a,b)
a < b
a > b
See List, Set, Iterable and Efficient Iterables in Kotlin Interop