- Reactive Programming with Swift 4
- Navdeep Singh
- 53字
- 2021-06-24 18:58:01
Directly access unicode scalars of characters
Swift 4 allows direct access to unicode scalars associated with characters:
let character: Character = “A”
let unicodeScalar = character.unicodeScalars
Done! Easy, isn’t it? Before you would have to convert the character to a String first and then try to access unicode scalar.
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Qt 5 and OpenCV 4 Computer Vision Projects
- Mastering ServiceStack
- PyTorch自動駕駛視覺感知算法實戰
- Java Web開發之道
- MySQL 8 DBA基礎教程
- Nexus規模化Scrum框架
- Android程序設計基礎
- Teaching with Google Classroom
- Spring快速入門
- Learning Docker Networking
- 零基礎學C語言第2版
- SQL Server 2016 從入門到實戰(視頻教學版)
- 微前端設計與實現
- UML基礎與Rose建模實用教程(第三版)