[...]
Whoops, forgot this:
private immutable struct KeyWordDollar {
@property
auto opDispatch(string param, T)(T t) {
return Named!(param,T)(t);
}
}
Michael Coulombe via Digitalmars-d Wed, 09 Mar 2016 21:26:42 -0800
[...]
Whoops, forgot this:
private immutable struct KeyWordDollar {
@property
auto opDispatch(string param, T)(T t) {
return Named!(param,T)(t);
}
}