Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor Entry model for integeter and STL API likeness. * Add more test coverage. * Only place leading zeros if there is room. * Overflow protection for leading zero count. * Access for leading zeros present. * increment/decrement operators plus improved clamping functionality. * Add more tests. * remove dead code. * Add EntryModelBounded. * Change all comments to C++ style for consistency. * remove lower case hex option. * Cleanup size_ handling. * Change logic into assert which should always be true. * Simplify code. * Fix other review comments. * Fix/add tests. * Add access method for maximum size (in digits).
- Loading branch information