Type

public indirect enum Type : Hashable
extension Type : Decodable

Undocumented

  • Undocumented

    Declaration

    Swift

    case string
  • Undocumented

    Declaration

    Swift

    case number
  • Undocumented

    Declaration

    Swift

    case bool
  • Undocumented

    Declaration

    Swift

    case map(Type)
  • Undocumented

    Declaration

    Swift

    case list(Type)
  • Undocumented

    Declaration

    Swift

    case set(Type)
  • Undocumented

    Declaration

    Swift

    case object([String : Type])
  • Declaration

    Swift

    public init(from decoder: Decoder) throws