jl_ordereddict_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct jl_ordereddict_t {}

Members

Variables

indices
jl_array_t* indices;
Undocumented in source.
values
jl_array_t* values;
Undocumented in source.

Meta