RandomClass

Undocumented in source.
version(unittest)
class RandomClass

Examples

It should get the symbol from the type definition

alias T = fromType!(describe!RandomClass.type);

static assert(is(T == RandomClass));

Meta