Dictionary public extension Dictionary subscript(_:) Declaration Swift subscript<E>(t: E) -> Value? where Key == E.E, E : _Event { get set } Show on GitHub subscript(_:default:) Declaration Swift subscript<E>(t: E, default d: Value) -> Value where Key == E.E, E : _Event { get } Show on GitHub