Index

public enum Index<T: Any>: Comparable

Undocumented

  • Undocumented

    Declaration

    Swift

    case array(Int)
  • Undocumented

    Declaration

    Swift

    case dictionary(DictionaryIndex<String, T>)
  • Undocumented

    Declaration

    Swift

    case null
  • Declaration

    Swift

    static public func == (lhs: Index, rhs: Index) -> Bool
  • Declaration

    Swift

    static public func < (lhs: Index, rhs: Index) -> Bool