Set data structure for unsigned integers with fast and concise operations.
- Click File > Add Package Dependencies
- Paste the following link into the search field on the upper-right:
https://github.com/gleb032/BitSet.git
In Package.swift
:
dependencies: [
.package(url: "https://github.com/gleb032/BitSet.git", from: "1.0.0")
]
TBD
The project is released under the MIT License