isType

Tests if template S can be instantiated with argument list A and the instantiation is a type. Workaround for https://issues.dlang.org/show_bug.cgi?id=15623

package
template isType (
A...
) {}

Members

Functions

impl
bool impl()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

isType
enum isType;
Undocumented in source.

Meta