- getVariant
T getVariant(lua_State* L, int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- isAllowedType
bool isAllowedType(lua_State* L, int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushVariant
void pushVariant(lua_State* L, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Internal module for pushing and getting variants (from $(STDMODULE _variant)). Currently, only $(STDREF _variant,Algebraic) is supported.