We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d915547 commit bed0b55Copy full SHA for bed0b55
README.md
@@ -163,9 +163,7 @@ Internally the ```EnumMap``` is based of ```SplObjectStorage```.
163
164
An ```EnumSet``` groups enumerators of the same enumeration type together.
165
166
-Internally it's based of an integer bit set.
167
-
168
-The maximun number of enumerators are limited by the size of an integer.
+Internally it's based on a bit set of a binary string.
169
170
Enumerators will be ordered by the ordinal number.
171
0 commit comments