Open
Description
From @nbdd0121 #287 (comment):
After 3 is fixed, we can probably use
NonZeroI16
as the inner type. This allowsResult<()>
to fit in 16-bit, instead of 64-bit as it is now.
Depends on #295.
From @nbdd0121 #287 (comment):
After 3 is fixed, we can probably use
NonZeroI16
as the inner type. This allowsResult<()>
to fit in 16-bit, instead of 64-bit as it is now.
Depends on #295.