Kind2/base/VoxBox.kind
2021-04-13 18:07:27 -03:00

4 lines
68 B
Plaintext

type VoxBox {
new(length: U32, capacity: U32, buffer: Buffer32)
}