Jump to conversation
Unresolved conversations (3)
@wilzbach wilzbach Jan 12, 2018
Why can't you join this with the else clause below? AFAICT the only thing that is different is the type of `rem`: ```d static if (static if (is(Unqual!T == uint)) alias T = long; else alias T = int; ```
Outdated
std/bigint.d
@wilzbach wilzbach Jan 12, 2018
What about the documentation table above?
Outdated
std/bigint.d
@Biotronic Biotronic Jan 11, 2018
Please also test that the result is equal to `x0 % BigInt(uint.max)` and `-x0 % BigInt(uint.max)`.
Outdated
std/bigint.d
Resolved conversations (0)