luaur-vm 0.1.0

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
#[allow(non_snake_case)]
pub unsafe fn gnext_n(n: *mut crate::records::lua_node::LuaNode) {
    (*n).key.set_next(0);
}