Gets type of
method.
static assert(is(ValueTypeOfNullable!(const Nullable!(int, string)) == Algebraic!(int, string))); static assert(is(ValueTypeOfNullable!(Nullable!()) == Algebraic!())); static assert(is(typeof(Nullable!().get()) == Algebraic!()));
See Implementation
Gets type of
method.