Gen

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.

Alias This

opCall

Members

Aliases

Value
alias Value = T
Undocumented in source.

Functions

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.

Static variables

charset
dchar[] charset;
Undocumented in source.
numCharsInCharSet
size_t numCharsInCharSet;
Undocumented in source.

Variables

value
T value;
Undocumented in source.

Meta