edgedb-rust
edgedb-rust copied to clipboard
Alternative exposure of BigNum internals
If there is a negative zero (i.e. negative = true but all digits being zero), then a wire_negative function should be added instead, and is_negative should return false for negative zero.
I've explained why I think PR is not necessary in #271