The first array of numbers
The second array of numbers
An array of numbers where x[i] = aList[i] + bList[i]
Creates an array of length count
, filled with value or (if value is a function), value()
The value to fill the array with or a value generator (called with index as arg)
The length of the array to generate
The 2D array that will have its elements joined together.
Every array in a, concatenated together in the order they appear.
Take an array of values, and return the unique values. Will work iff ∀ a, b, a.toString() == b.toString() => a == b; will break on Object inputs
The unique values
Generated using TypeDoc
Takes two arrays of numbers and adds them together