+(_:_:) Concatenates the text in two text views in a new text view. Declarationstatic func + (lhs: Text, rhs: Text) -> Text Parameterslhs: The first text view with text to combine.rhs: The second text view with text to combine. Return ValueA new text view containing the combined contents of the two input text views. Discussion