- Swift Functional Programming(Second Edition)
- Dr. Fatih Nayebi
- 40字
- 2021-07-02 23:54:24
Strings and characters
In Swift, String is an ordered collection of characters. String is a structure and not a class. Structures are value types in Swift; therefore, any String is a value type and passed by values, not by references.