-
DogArray_I64.array(long... values)
DogArray_I64.range(int idx0,
int idx1)
Returns a new array with values containing range of integer numbers from idx0 to idx1-1.
DogArray_I64.resize(int size,
long value)
Resizes the array and assigns the default value to every element.
Resizes and assigns the new elements (if any) to the value specified by the lambda
DogArray_I64.setTo(long... src)
Set's the value of this array to the passed in raw array.
DogArray_I64.zeros(int length)
Creates a queue with the specified length as its size filled with all zeros