DMLStruct

Undocumented in source.

Alias This

data

Members

Functions

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
set
bool set(Lexeme key, Lexeme val)
Undocumented in source. Be warned that the author may not have intended to support it.
set
bool set(string k, string v)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

opCall
DMLStruct opCall()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
Dict!(DMLValue, string) data;
Undocumented in source.

Meta