On Sunday, 16 September 2018 at 16:28:20 UTC, Per Nordlöw wrote:
If I have

    alias N = Nullable!(T, T nullValue)

fed as template parameter to another template how can I
at compile-time get the `nullValue` ?

import std.traits;
enum nullValue = TemplateArgsOf!(N)[1];

Reply via email to