Expand description
Fuses multiple Union
operators into one.
Nested negated unions are merged into the parent one by pushing the Negate to all their branches.
Structs§
- Fuses
Union
andNegate
operators into oneUnion
and multipleNegate
operators.
Fuses multiple Union
operators into one.
Nested negated unions are merged into the parent one by pushing the Negate to all their branches.
Union
and Negate
operators into one Union
and multiple Negate
operators.