MDDemographic

public enum MDDemographic : String, Codable

Demographic a manga appeals to

  • The manga is a shounen, usually targeted at boys between 12 and 18

    Declaration

    Swift

    case shounen = "shounen"
  • The manga is a shoujo, usually targeted at girls between 12 and 18

    Declaration

    Swift

    case shoujo = "shoujo"
  • The manga is a seinen, usually targeted at adult men

    Declaration

    Swift

    case seinen = "josei"
  • The manga is a josei, usually targeted at adult women

    Declaration

    Swift

    case josei = "seinen"