I'm missing an instantiator function for std.typecons:Nullable. Is this is intentional? If not, is this

Nullable!T nullable(T)(T a)
{
    return typeof(return)(a);
}

sufficient for our needs?

Reply via email to