We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8003fc commit d2aaf25Copy full SHA for d2aaf25
package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "gilzoide.enumbitset",
3
"displayName": "Enum BitSet",
4
- "version": "0.1.0",
5
- "type": "library",
6
- "description": "A memory efficient ISet for enums that store data using bit masks."
+ "version": "1.0.0",
+ "description": "Fast and memory efficient implementation of C#'s ISet for enums, storing data as bit masks."
7
}
0 commit comments