Category talk:Wren-set: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(→‎Source code: Removed type aliases which are no longer needed.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1:
===Source code===
 
<langsyntaxhighlight lang=ecmascript>/* Module "set.wren" */
 
/* Set represents an unordered collection of unique objects. It is implemented as a Map
Line 511:
 
iteratorValue(iter) { _m.iteratorValue(iter) }
}</langsyntaxhighlight>
9,476

edits