Dictionary

extension Dictionary: WrapperCompatible
extension Dictionary: AnyModel
extension Dictionary: BasicType
extension Dictionary: DictionaryParameter

Foundation+AnyDecoder

  • Undocumented

    Declaration

    Swift

    func decoded<T>(using decoder: JSONDecoder = JSONDecoder(), as type: T.Type = T.self) throws -> T where T : Decodable

ObjectType+Extension

  • Undocumented

    Declaration

    Swift

    public var isNotEmpty: Bool { get }
  • Undocumented

    Declaration

    Swift

    public func has(key: Key) -> Bool
  • Undocumented

    Declaration

    Swift

    public mutating func removeAll<S>(keys: S) where Key == S.Element, S : Sequence

AnyParameter+Extension

  • Undocumented

    Declaration

    Swift

    public var dictionaryValue: Dictionary<Key, Value> { get }