Skip to content

2.0.1

Choose a tag to compare

@tsolomko tsolomko released this 04 Aug 07:37
· 63 commits to develop since this release
2.0.1
c119e12
  • Added an explicit precondition on bitsCount argument in the default implementation of the
    BitWriter.write(signedNumber:bitsCount:representation:) function.

Comment: This check was still present later in the implementation, but now it happens earlier and it is more explicit and documented.

  • Added missing documentation about a precondition in the write(unsignedNumber:bitsCount:) function of the LsbBitWriter and MsbBitWriter functions.