Hello and thanks for this awesome lib 馃檶 Similar to `Tuples.Append`, it'd be nice to have a `Unions.Add` function to include new elements to a union: ```ts type Test = Pipe<1, [Unions.Add<2>]> // => 1聽|聽2 ```
Hello and thanks for this awesome lib 馃檶
Similar to
Tuples.Append, it'd be nice to have aUnions.Addfunction to include new elements to a union: