@n8sh created dlang/phobos pull request #7511 "Support construction of std.bigint.BigInt from a sign and a byte-array magnitude" fixing this issue:
- Fix Issue 20889 - Support construction of std.bigint.BigInt from a sign and a byte-array magnitude
For consistency with other std.bigint functions allows arbitrary ranges.
https://github.com/dlang/phobos/pull/7511
Comment #2 by dlang-bot — 2020-06-20T01:08:21Z
dlang/phobos pull request #7511 "Support construction of std.bigint.BigInt from a sign and a byte-array magnitude" was merged into master:
- a0f4b65db87a5b349bd175371607a082a5858c37 by Nathan Sashihara:
Fix Issue 20889 - Support construction of std.bigint.BigInt from a sign and a byte-array magnitude
For consistency with other std.bigint functions allows arbitrary ranges.
https://github.com/dlang/phobos/pull/7511