- getAssocArray
T getAssocArray(lua_State* L, int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushAssocArray
void pushAssocArray(lua_State* L, T[U] aa)
Undocumented in source. Be warned that the author may not have intended to support it.
Internal module for pushing and getting associative arrays. All associative arrays with LuaD compatible key and value types are supported. For tables with heterogeneous key or value types, use Algebraic (see $(DPMODULE2 conversions,variant)) keys/values or $(DPREF table,LuaTable). For string keys and heterogeneous value types, consider using a struct (see $(DPMODULE2 conversions,structs)).