Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bitfield::with_capacity fix OutOfBounds i field, plus doc typo fix (#33)
* docs: Bitfield::with_capacity returns Result not Option * fix: Bitfield::with_capacity OutOfBounds field bug It was returning the max length twice, and now returns the actual length and maximum length.
- Loading branch information