Category talk:Wren-set: Difference between revisions

Content added Content deleted
(→‎Source code: Bug fix.)
(→‎Source code: Removed type aliases which are no longer needed.)
Line 511: Line 511:


iteratorValue(iter) { _m.iteratorValue(iter) }
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>