NullableAsSumTypeRH.fromRepr

Undocumented in source. Be warned that the author may not have intended to support it.
struct NullableAsSumTypeRH
static
fromRepr
(
N
)
(
in N n
)
if (
is(N == ST!X,
X...
) &&
X.length == 2
&&
is(X[0] == typeof(null))
)

Meta