Category talk:Wren-seq: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(→‎Source code: Added Lst.except and Lst.intersect methods.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1:
===Source code===
 
<langsyntaxhighlight lang=ecmascript>/* Module "seq.wren" */
 
import "./trait" for Cloneable, CloneableSeq
Line 927:
// Returns the string representation of the view.
toString { "[" + _lst.skip(_start).take(_count).join(", ") + "]" }
}</langsyntaxhighlight>
9,486

edits