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:
-
a
Array -
b
Array
extend
(
static
-
a
-
b
Extend an object with the properties of another
Parameters:
-
a
Object -
b
Object
splice
(
static
-
array
-
index
-
howmany
Garbage free Array.splice(). Does not allocate a new array.
Parameters:
-
array
Array -
index
Number -
howmany
Number
Properties
ARRAY_TYPE
Array
static
The array type to use for internal numeric computations.