- gen
T gen(Random gen)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
T opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
A Gen type that generates ASCII strings with a number of characters that is between template parameter low and high.
If low and high are very close together, this might return values that are too short. They should differ by at least three for char strings, one for wstrings, and zero for dstrings.