DiscordLazyDictionaryIndex

public struct DiscordLazyDictionaryIndex<K: Hashable, V> : Comparable

Used to index into a DiscordLazyDictionary. Holds the index into the backing dictonary

  • Declaration

    Swift

    public static func <(lhs: DiscordLazyDictionaryIndex, rhs: DiscordLazyDictionaryIndex) -> Bool
  • Declaration

    Swift

    public static func ==(lhs: DiscordLazyDictionaryIndex, rhs: DiscordLazyDictionaryIndex) -> Bool