• v1.1.0 01eb9acb07

    v1.1.0 Stable

    rosa released this 2020-10-11 02:30:54 +00:00 | 396 commits to main since this release

    Added

    • The IntSet.bitstring/1 function.
      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.
      Calling IntSet.bitstring/1 on 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