API Docs for: 0.4.0
Show:

Utils Class

Defined in: src/utils/Utils.js:3

Misc utility functions

Constructor

Utils

()

Item Index

Methods

Properties

Methods

appendArray

(
  • a
  • b
)
static

Append the values in array b to the array a. See this for an explanation.

Parameters:

  • a Array
  • b Array

Properties

ARRAY_TYPE

Array static

The array type to use for internal numeric computations.