Dictionary

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

Constructors

this
this(string filename)

Uses the tag names as the decode table.

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