LongsRef

constructor()

Create a LongsRef with .EMPTY_LONGS


constructor(capacity: Int)

Create a LongsRef pointing to a new array of size capacity. Offset and length will both be zero.


constructor(longs: LongArray, offset: Int, length: Int)

This instance will directly reference longs w/o making a copy. longs should not be null