Category talk:Wren-seq: Difference between revisions

Content added Content deleted
(→‎Source code: Removed type aliases and Lst.exchange method which are no longer needed.)
m (→‎Source code: Minor change.)
Line 3: Line 3:
<lang ecmascript>/* Module "seq.wren" */
<lang ecmascript>/* Module "seq.wren" */


import "/trait" for Cloneable, CloneableSeq
import "./trait" for Cloneable, CloneableSeq


/* Seq supplements the Sequence class with some other operations on sequences. */
/* Seq supplements the Sequence class with some other operations on sequences. */