Appends the Unicode scalar values in the given sequence to the view.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Parameters
newElements
A sequence of Unicode scalar values.
Discussion
Complexity: O(n), where n is the length of the resulting view.