digitalmars.D.learn - Trait compiles
- Jiyan (7/7) Jan 15 2018 Hello,
Hello,
is there anyway to do something like this:
mixin template foo( exp)
{
static if(__traits(compiles, exp))exp;
}
Thanks :)
Jan 15 2018
Hello,
is there anyway to do something like this:
mixin template foo( exp)
{
static if(__traits(compiles, exp))exp;
}
Thanks :)