Index - linhay/Stem GitHub Wiki
public enum Index<T: Any>Comparable
case array(: Int)case dictionary(: DictionaryIndex<String, T>)case nullstatic public func ==(lhs: Index, rhs: Index) -> Boolstatic public func <(lhs: Index, rhs: Index) -> Boolpublic enum Index<T: Any>Comparable
case array(: Int)case dictionary(: DictionaryIndex<String, T>)case nullstatic public func ==(lhs: Index, rhs: Index) -> Boolstatic public func <(lhs: Index, rhs: Index) -> Bool