A builder for IntsRef instances.
Append the provided int to this buffer.
Empty this builder.
Copies the given array into this instance.
Copy the given UTF-8 bytes into this builder. Works as if the bytes were first converted from UTF-8 to UTF-32 and then copied into this builder.
Return a IntsRef that points to the internal content of this builder. Any update to the content of this builder might invalidate the provided ref and vice-versa.
ref
Used to grow the reference array.
Grow the reference array without copying the origin data to the new array.
Return the int at the given offset.
Return a reference to the ints of this builder.
Return the number of ints in this buffer.
Set an int.
Set the length.
Build a new CharsRef that has the same content as this builder.