Changes

Swift Data Types, Constants and Variables

31 bytes added, 04:17, 10 November 2016
Character Data Type
<htmlet>ios10</htmlet>
=== Character Data Type ===
<htmlet>adsdaqbox_flow</htmlet>
The Swift Character data type is used to store a single character of rendered text such as a letter, numerical digit, punctuation mark or symbol. Internally characters in Swift are stored in the form of grapheme clusters. A grapheme cluster is made of two or more Unicode code points that are combined to represent a single visible character.