Dictionary

public extension Dictionary where Value: RangeReplaceableCollection

Available where Value: RangeReplaceableCollection

  • Dictionary Helper

    Declaration

    Swift

    subscript(collection key: Key) -> Value { mutating get set }

    Parameters

    key

    The key to current value in the dictionary.