Category talk:Wren-set: Difference between revisions

→‎Source code: Renamed Bag.toList to Bag.toFlatList.
(Added Set.toBag, Bag.toSet and Bag.values methods.)
(→‎Source code: Renamed Bag.toList to Bag.toFlatList.)
Line 361:
// Copies the elements of the current instance to a List and returns the List.
// An element with value 'v' is repeated 'v' times.
toListtoFlatList {
var l = []
for (k in _m.keys) {
9,479

edits