object JsArray
- Companion:
- class
Type members
Classlikes
Types
Value members
Concrete methods
Creates a new array with the given items, equivalent to [item1, item2, ...] literal
Creates a new array with the given items, equivalent to [item1, item2, ...] literal
Note:If you want to preallocate N items, use new JsArray(N)
- See also:
Creates a new array from a JS iterable (array, set, map, etc.).
Creates a new array from a JS iterable (array, set, map, etc.).
!! Not supported by IE !!
- See also:
Cast a js.Array to JsArray. It's safe because they have the same runtime representation.
Cast a js.Array to JsArray. It's safe because they have the same runtime representation.