Enumeration

  • 단순하게 enum class를 두고 본문에 상수를 모아둔 형태다.
  • when(case-switch) 등에서 사용한다.
  • java와 마찬가지로 커스텀 멤버를 지정할 수 있다.