import std.bigint; pragma(msg, typeof(BigInt.init%uint.init)); pragma(msg, typeof(BigInt.init%ulong.init)); Prints: int BigInt This is especially annoying when the second operand is a size_t.
Both return long in DMD trunk: https://github.com/dlang/phobos/pull/6025/files *** This issue has been marked as a duplicate of issue 18224 ***