fn mulWide(comptime T: type, a: T, b: T) field_call

Multiply a and b. Return type is wide enough to guarantee no overflow.

Parameters

T: type,
a: T,
b: T,