-
v2.0.0 Stable
released this
2023-03-30 01:16:35 +00:00 | 199 commits to main since this releaseChanged
- Inspecting an IntSet now returns a string using
IntString.new([1, 2, 3, ...])syntax. - The internal binary that IntSet uses to store values is now always byte-aligned,
and each byte has changed endianness to allow for some internal optimizations. - Binaries returned by
IntSet.bitstring/1is now always byte-aligned.
Removed
- BREAKING: The
byte_alignoption forIntSet.bitstring/1was removed.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Inspecting an IntSet now returns a string using