arrayOf

Creates a new array from the elements supplied as function arguments, casting each of them to T.

template arrayOf(T)
T[]
arrayOf
(
U...
)

Members

Functions

arrayOf
T[] arrayOf(U original)
Undocumented in source. Be warned that the author may not have intended to support it.

Parameters

T

type of element of new array

original

original elements of a type that can be cast to T safely

/*****************************************************************************

Meta