4 lines
70 B
Python
4 lines
70 B
Python
@exported
|
|
def index(inp: bytes, idx: i32) -> i32:
|
|
return inp[idx]
|
@exported
|
|
def index(inp: bytes, idx: i32) -> i32:
|
|
return inp[idx]
|