fn mulWide(comptime T: type, a: T, b: T) field_call
[src]
Multiply a and b. Return type is wide enough to guarantee no overflow.
fn mulWide(comptime T: type, a: T, b: T) field_call
Multiply a and b. Return type is wide enough to guarantee no overflow.