- toSDLString
string toSDLString(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(Value value, Sink sink)
Throws SDLangException if value is infinity, -infinity or NaN, because
those are not currently supported by the SDLang spec.
- toSDLString
void toSDLString(typeof(null) value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(bool value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(string value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(dchar value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(int value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(long value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(float value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(double value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(real value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(Date value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(DateTimeFrac value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(SysTime value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(DateTimeFracUnknownZone value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(Duration value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSDLString
void toSDLString(ubyte[] value, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.