Closed marc-mabe closed 7 years ago
… in cases both enumerators are the same but of different instances. This can happen because of the issue with serializable singletons
@prolic @delbertooo This PR is updating the method Enum::is() to allow comparing two instances of the same type by value. see #76
Enum::is()
Nice!
fixed typo and updated documentation
… in cases both enumerators are the same but of different instances. This can happen because of the issue with serializable singletons