-
v1.1.0 Stable
released this
2020-10-11 02:30:54 +00:00 | 396 commits to main since this releaseAdded
- The
IntSet.bitstring/1function.
Returns a binary with bits flipped at the indices at which the set has members.
For example, say you have a set containing 0, 1, and 4.
CallingIntSet.bitstring/1on that set will return a five-bit-long binary with the first, second, and fifth bits set to 1, and the rest are 0. - The library is now typespecced and documented.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The