Typealiases
The following typealiases are available globally.
-
Hash is an alias to Dictionary
Declaration
Swift
public typealias Hash<K: Hashable, V> = Dictionary<K, V>
RbSwift Docs (73% documented)
The following typealiases are available globally.
Hash is an alias to Dictionary
Swift
public typealias Hash<K: Hashable, V> = Dictionary<K, V>