LuaD

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 luad.conversions.variant) keys/values or luad.table.LuaTable. For string keys and heterogeneous value types, consider using a struct (see luad.conversions.structs).