Skip to main content

luaur_vm/macros/
maxbits.rs

1pub const MAXBITS: i32 = 26;
2pub const MAXSIZE: i32 = 1 << MAXBITS;