Category talk:Wren-seq: Difference between revisions

(→‎Source code: Added 'takeWhile' and 'skipWhile' methods to Seq class plus other small changes.)
(→‎Source code: Bug fix)
Line 166:
static refill(a, filler, copier) {
Lst.isList_(a)
for (c in 0...a.count) a[c] = !copier ? filler : copier.call(filerfiller)
return a
}
9,476

edits