Closed
Description
SafeCast
currently has support for downcasting uints and casting them to int256, but there's no safe way to downcast signed integers.
This is slightly trickier because the two's complement integer representation has different ranges for positive and negative numbers, but should be easy to do anyway.