FlashcardBeginner
const Enums
const enums are inlined at compile time and emit no runtime object.
Question
What is a const enum and why use one?
Click to reveal answer
const enums are inlined at compile time and emit no runtime object.
What is a const enum and why use one?