On Thu, Dec 5, 2013 at 9:17 PM, anonymous <[email protected]> wrote: > On Thursday, 5 December 2013 at 20:07:51 UTC, Uranuz wrote:
>> How should I define value parameters inside "is" expression to make code
>> like this working?
>
>
> is( N == Nullable!(T), T ... )
Or
is( N == Nullable!(T, nV), T, alias nV )
Since nV is most probably an alias template parameter.
