Dictionary

extension Dictionary where Key == String

Available where Key == String

  • Undocumented

    Declaration

    Swift

    public subscript<Key>(key: Key) -> Value? where Key : RawRepresentable, Key.RawValue == String { get set }