Swift Functional Programming(Second Edition)
上QQ阅读APP看书,第一时间看更新

Subscripts

Swift provides subscripts that are shortcuts to access members of collections, lists, sequences, or custom types. Subscripts can be used to set and get values by an index without needing separate methods for the setting and getting.