IntsRef
constructor()
Create a IntsRef with .EMPTY_INTS
Create a IntsRef pointing to a new array of size capacity. Offset and length will both be zero.
This instance will directly reference ints w/o making a copy. ints should not be null.
Create a IntsRef with .EMPTY_INTS
Create a IntsRef pointing to a new array of size capacity. Offset and length will both be zero.
This instance will directly reference ints w/o making a copy. ints should not be null.