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