Sex

public enum Sex : Int, Codable

Sex representation

  • Man

    Declaration

    Swift

    case male = 1
  • Woman

    Declaration

    Swift

    case female = 0