num-bigint
num-bigint copied to clipboard
Add From<bool> for BigInt and BigUint
From<bool> for {numeric}
has been around in std
since 1.28, so it would make sense to have it for BigInt
and BigUint
too.