Category talk:Wren-set: Difference between revisions

→‎Source code: Removed type aliases which are no longer needed.
(→‎Source code: Bug fix.)
(→‎Source code: Removed type aliases which are no longer needed.)
Line 511:
 
iteratorValue(iter) { _m.iteratorValue(iter) }
}</lang>
}
 
// Type alias for class in case of a name clash with other modules.
var Set_Set = Set
var Set_Bag = Bag</lang>
9,476

edits