- countUntil
ptrdiff_t countUntil(Range range, Needle needle)
Undocumented in source. Be warned that the author may not have intended to support it.
- dumpState
string dumpState(T app)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadState
void loadState(T app, string state)
Undocumented in source. Be warned that the author may not have intended to support it.
- readBoolean
bool readBoolean(string state)
Undocumented in source. Be warned that the author may not have intended to support it.
- readInt
int readInt(string state)
Undocumented in source. Be warned that the author may not have intended to support it.
- readString
string readString(string state)
Undocumented in source. Be warned that the author may not have intended to support it.
- skipField
void skipField(string state)
Undocumented in source. Be warned that the author may not have intended to support it.
- skipObject
void skipObject(string state)
Undocumented in source. Be warned that the author may not have intended to support it.