2.0.1
- Added an explicit precondition on
bitsCountargument 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 theLsbBitWriterandMsbBitWriterfunctions.