#
enum
Here are 583 public repositories matching this topic...
Simple, extensible and powerful enumeration implementation for Laravel.
laravel
enum
enumeration
laravel-5-package
laravel-enum
enum-instantiation
bitwise-enum
enum-library
-
Updated
Feb 4, 2022 - PHP
The Hibernate Types library gives you extra types that are not supported by the Hibernate ORM core.
-
Updated
Feb 2, 2022 - Java
Enums.NET is a high-performance type-safe .NET enum utility library
-
Updated
Mar 22, 2021 - C#
C++ compile-time enum to string, iteration, in a single header file
-
Updated
Sep 9, 2021 - C++
A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations.
-
Updated
Feb 5, 2022 - Scala
A very simple state machine plugin built on top of ActiveRecord::Enum
-
Updated
Jan 10, 2022 - Ruby
Ecto extension to support enums in models
-
Updated
Dec 9, 2021 - Elixir
StepSlider its custom implementation of slider such as UISlider for preset integer values.
ios
xcode
slider
cocoapods
carthage
uikit
labels
enum
coreanimation
uislider
stepslider
haptic
preset-values
-
Updated
Jun 15, 2021 - Objective-C
Simple and fast implementation of enumerations with native PHP
-
Updated
Jan 6, 2022 - PHP
-
Updated
Jan 26, 2022 - PHP
A CakePHP Tools plugin containing lots of useful helpers, behaviors, components, shells, ...
-
Updated
Jan 13, 2022 - PHP
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
-
Updated
Dec 24, 2021 - Ruby
Functional PHP Preprocessor - Generate Immutable Data Types
-
Updated
Sep 1, 2021 - PHP
Drawing diagrams in Swift using a recursive enum data structure
-
Updated
Sep 20, 2016 - Swift
-
Updated
Feb 4, 2022 - PHP
Collection of PowerShell functions a Red Teamer may use to collect data from a machine
enum
cybersecurity
enumeration
ps1
cyber-security
red-team
red-team-engagement
redteaming
redteam
privesc
powershell-functions
red-teamers
powershell-red-team
sid-values
-
Updated
Oct 1, 2021 - PowerShell
The world fastest enum utilities for C#/.NET
-
Updated
Nov 9, 2021 - C#
Custom Django field for using enumerations of named constants
-
Updated
Feb 6, 2022 - Python
Enum is a javascript module that introduces the Enum Type. It works for node.js, in the browser and for deno.
-
Updated
May 13, 2020 - JavaScript
Consistence - consistent approach and additions to PHP's functionality
-
Updated
Oct 20, 2021 - PHP
Collection of neat modular utilities for bumping up development in NODE and Browser
benchmark
enum
sort
callback
fulfillment
promisify
proto
promisifyall
mutates
deepfreeze
waitfor
collar
-
Updated
Oct 2, 2021 - JavaScript
Integrate PostgreSQL's enumerated types with the Rails enum feature
-
Updated
Dec 16, 2021 - Ruby
Improve this page
Add a description, image, and links to the enum topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the enum topic, visit your repo's landing page and select "manage topics."
I have noticed that for some enums I have compilation fail (which is good, as I don't want to check if any code has some issues with wrong min/max specification for enum values one by one), but for others it is not complaining at all.
It seems that this happens only if there is a missing enum of value
MAGIC_ENUM_RANGE_MAX+1This is fairly representative example of the code that should fail