Dictionary

Does a two-way coding based on an SDLang file.

Constructors

this
this(Tag root)

Uses tag values (string, int) to generate the dictionary

Members

Functions

decode
int decode(string input)

Returns the first value from the decodeTable, where encodetablei == input

encode
string encode(int input)

Returns the first value from the encodeTable, where decodeTablei == input

Meta