- __format
string __format(string fmt, Args args)
This function is same as std.format made nonthow
It's meant to be used in assert/pre-post
Parans:
fmt = string format
args = argument list
- __format
string __format(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- __write
void __write(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- __write
void __write(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- testfile
string testfile(string file, string module_file)
Undocumented in source. Be warned that the author may not have intended to support it.