phasm/examples/buffer.py
Johan B.W. de Vries a0d575f61f Implements __alloc_bytes__, uses it in the buffer example
Also, updated todo, remove broken code from buffer example
2022-08-09 20:21:59 +02:00

4 lines
70 B
Python

@exported
def index(inp: bytes, idx: i32) -> i32:
return inp[idx]