- buildInvalidArgsError
string buildInvalidArgsError(T[] values, TypeInfo[] types)
Undocumented in source. Be warned that the author may not have intended to support it.
- buildInvalidArgsError
string buildInvalidArgsError(Variant[] values, string[] types)
Undocumented in source. Be warned that the author may not have intended to support it.
- info
void info(cstring msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- infof
void infof(cstring fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- readCString
string readCString(ByteBuf src, Charset charset)
Undocumented in source. Be warned that the author may not have intended to support it.
- readCStringUTF8
string readCStringUTF8(ByteBuf src)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeCString
void writeCString(ByteBuf dst, string s, Charset charset)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeCString
void writeCString(ByteBuf dst, ByteBuf buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeCString
void writeCString(ByteBuf dst, byte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeCStringUTF8
void writeCStringUTF8(ByteBuf dst, string s)
Undocumented in source. Be warned that the author may not have intended to support it.