IntsRef

constructor()

Create a IntsRef with .EMPTY_INTS


constructor(capacity: Int)

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


constructor(ints: IntArray, offset: Int, length: Int)

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