lyng/docs/Collection.md
sergeych a4448ab2ff fix #10 set
+collection functions (map, forEach, toList, toSet, isEmpty, etc,)
2025-06-15 18:01:44 +04:00

216 B

Collection

Is a Iterable with known size, a finite Iterable:

class Collection : Iterable {
    val size
}

See List, Set and Iterable