ScalarAttributeType

public enum ScalarAttributeType : String, CustomStringConvertible, Codable

Undocumented

  • s

    Undocumented

    Declaration

    Swift

    case s = "S"
  • n

    Undocumented

    Declaration

    Swift

    case n = "N"
  • b

    Undocumented

    Declaration

    Swift

    case b = "B"
  • Declaration

    Swift

    public var description: String { get }