Standard Library

Create Library

Array

Object members

copy
Copy an array

diff
Get the difference of n arrays

disjoint
Check whether two arrays are disjoint

intersect
Get the intersection of n arrays

mapFunction
Call a function on every member of an array

mapMethod
Apply a method to all members of an array

pad
Pad an array to a given size with a given value

randomize
Randomize elements in an array

remove
Remove elements from an array

union
Get the union of n arrays

unique
Remove any duplicates from an array