The current examples only show how to work with `U256` https://alloy.rs/examples/big-numbers/create_instances.html It would be nice to show examples on how to use `IXXX` big numbers. Example: ``` I24::unchecked_from() ```
The current examples only show how to work with
U256https://alloy.rs/examples/big-numbers/create_instances.html
It would be nice to show examples on how to use
IXXXbig numbers.Example: