luaur-vm 0.1.3

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
/// C++ `gnext(mp)` value accessor (bitfield `next` has no stable address).
pub unsafe fn gnext_mp(mp: *mut crate::records::lua_node::LuaNode) -> i32 {
    (*mp).key.next()
}