Enum member 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

Declaration

enum isType(alias T, A...) = impl();

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

BSL-1.0.