Skip to main content

Module value

Module value 

Source
Expand description

LuaValue — the tagged-union value type. PORT_STRATEGY §3.2.

Re-exports§

pub use crate::table::LuaTable;

Structs§

LuaThread
Identity of a Lua thread (coroutine).

Enums§

F2Imod
Float-to-integer rounding mode (matches C-Lua’s F2Imod).
LuaValue
The dynamically-typed Lua value. Replaces C’s TValue.