Enum
Everything on SkillVeris tagged Enum — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Study Notes(4)
Recursion and Enum
Explore how Elixir uses recursion for iteration and how the Enum and Stream modules provide higher-level functions built on that foundation.
Enums in GraphQL
How GraphQL enums restrict fields and arguments to a fixed, validated set of named values, and how their SDL names map to internal server representations.
Enumerations (enum) in C
Learn C enumerations: syntax, default integer values, custom value assignment, and best practices with examples.
Enum Classes in Kotlin
Enum classes define a fixed set of singleton constants that can carry properties and methods.