get

common
@JvmName(name = "getByte")
operator fun get(index: Int): Byte

Returns the byte at index.

@JvmName(name = "getByte")
operator fun get(index: Int): Byte