- DECLARE_BUFFER
string DECLARE_BUFFER(string name, string type)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrenPowerOf2Ceil
int wrenPowerOf2Ceil(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrenUtf8Decode
int wrenUtf8Decode(ubyte* bytes, uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrenUtf8DecodeNumBytes
int wrenUtf8DecodeNumBytes(ubyte byte_)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrenUtf8Encode
int wrenUtf8Encode(int value, ubyte* bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrenUtf8EncodeNumBytes
int wrenUtf8EncodeNumBytes(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrenValidateIndex
uint wrenValidateIndex(uint count, long value)
Undocumented in source. Be warned that the author may not have intended to support it.