Module ezlua::value

source ·
Expand description

Implementation to lua value

Structs

  • Represents a lua function on the stack
  • Represents a lua string on the stack
  • Represents a lua thread on the stack
  • Represents a lua userdata on the stack
  • Represents a lua table on the stack
  • Iterator for table traversing, like pairs in lua
  • Value reference on the lua stack

Enums

  • Typed enumeration for lua value