Gets subtype of algebraic without types for which isErr is true.
@reflectErr static struct ErrorS { } alias V = Variant!(ErrorS, Err!string, long, double, This[]); static assert(is(SomeVariant!V == Variant!(long, double, This[])));
See Implementation
Gets subtype of algebraic without types for which isErr is true.