Index
public enum Index<T> : Comparable
Undocumented
-
Undocumented
Declaration
Swift
case array(Int) -
Undocumented
Declaration
Swift
case dictionary(DictionaryIndex<String, T>) -
Undocumented
Declaration
Swift
case null -
Declaration
Swift
public static func == (lhs: Index, rhs: Index) -> Bool -
Declaration
Swift
public static func < (lhs: Index, rhs: Index) -> Bool
View on GitHub