Chanjung Kim
02/15/2024, 9:39 PMCPointer<ByteVar>getval ptr: CPointer<ByteVar> = ...
val byte = ptr[someInteger]
ptr[anotherInteger] = 5.toByte()