The main dictionary type used in Openplanet.
The main dictionary type used in Openplanet.
dictionary@ dictionary()
dictionary@ bool Get(const string&in, ?&out) const
bool bool Get(const string&in, int64&out) const
bool bool Get(const string&in, double&out) const
bool bool Exists(const string&in) const
bool bool IsEmpty() const
bool uint GetSize() const
uint bool Delete(const string&in)
bool string[]@ GetKeys() const
string[]@ bool opForEnd(dictionaryIter@) const
bool