You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've met some need for 128 bits (u128/i128) support, but I haven't spend on time to see how to implement this yet. Currently, the 128 bits primtive type is nightly only, but I think it will be good support them even behind some flags. If we do it further, we probably can support BigInt and BigUint from num-bigint.
The text was updated successfully, but these errors were encountered:
I've met some need for 128 bits (
u128
/i128
) support, but I haven't spend on time to see how to implement this yet. Currently, the 128 bits primtive type is nightly only, but I think it will be good support them even behind some flags. If we do it further, we probably can supportBigInt
andBigUint
from num-bigint.The text was updated successfully, but these errors were encountered: