Category talk:Wren-seq: Difference between revisions

→‎Source code: Bug-fixes.
(→‎Source code: Added Lst.areEqual method.)
(→‎Source code: Bug-fixes.)
Line 341:
 
// Returns true if 'a' contains ANY of the values, false otherwise.
static containsAny(a, values) { indexOfAny(a., values) >= 0 }
 
// Returns true if 'a' contains NONE of the values, false otherwise.
static containsNone(a, values) { !contains.anycontainsAny(a, values) }
 
// Groups each individual element of a list by count and indices, preserving order.
9,485

edits