pub fn typing_union(elts: &[Expr], binding: Name) -> Expr
Format the expressions as a typing.Union-style union.
typing.Union
Note: It is a syntax error to have Union[] so the caller should ensure that the elts argument is nonempty.
Union[]
elts