Extensions
The following extensions are available globally.
-
Extends the
Stringtype to conform to theIndexKeyprotocol.This allows
Stringvalues to be used as keys in the indexing system managed by theIndexManager. By conforming toIndexKey,Stringgains compatibility with any functionality or constraints defined by theIndexKeyprotocol.Declaration
Swift
extension String: IndexKey
View on GitHub
Extensions Reference