checkValueType.checkValueType

Undocumented in source.
template checkValueType(string type)
enum checkValueType = `static assert(is(` ~ type ~ ` : N), "%s is not implicitly convertible to %s" .format(` ~ type ~ `.stringof, N.stringof));`;

Meta