mir.ion.symbol_table

Members

Enums

IonSystemSymbol
enum IonSystemSymbol

Functions

findKey
auto findKey(string[] symbolTable, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
removeSystemSymbols
string[] removeSystemSymbols(const(string)[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

IonSystemSymbolTable_v1
string[] IonSystemSymbolTable_v1;

Each version of the Ion specification defines the corresponding system symbol table version. Ion 1.0 uses the "$ion" symbol table, version 1, and future versions of Ion will use larger versions of the "$ion" symbol table. $ion_1_1 will probably use version 2, while $ion_2_0 might use version 5.

Structs

IonSymbolTable
struct IonSymbolTable(bool gc)
IonSymbolTableSequental
struct IonSymbolTableSequental
Undocumented in source.

Meta