abstract fun get(i: Int): Byte
Retrieve a byte in this value.
i - The index of the byte to fetch within the value (0-indexed).
i
IndexOutOfBoundsException - if i < 0 or {i >= size()}.
IndexOutOfBoundsException
i < 0
Return The byte at index i in this value.