Utils Class
Misc utility functions
Constructor
Utils
()
Methods
appendArray
(
static
-
a -
b
Append the values in array b to the array a. See this for an explanation.
Parameters:
-
aArray -
bArray
extend
(
static
-
a -
b
Extend an object with the properties of another
Parameters:
-
aObject -
bObject
splice
(
static
-
array -
index -
howmany
Garbage free Array.splice(). Does not allocate a new array.
Parameters:
-
arrayArray -
indexNumber -
howmanyNumber
Properties
ARRAY_TYPE
Array
static
The array type to use for internal numeric computations.
