Loading
An enum is a special value type that lets you specify a group of named numeric constants. They can help make code more readable, as opposed to using int to represent constants or flags.
Editorial changes — reviews, status changes and edits — are shown to the author of this article and to the editors.