Function |mul
std/ops/num::|mul
Usage
|mul<N>(a, b)
Generics
◻ N:
Mul
Parameters
↳ a:
N
↳ b:
N
Return
↴ N
Multiply a
and b
This function is infaillible but may overflow if a Ă— b
is out of bounds for the data type.
std/ops/num::|mul
|mul<N>(a, b)
◻ N:
Mul
↳ a:
N
↳ b:
N
↴ N
Multiply a
and b
This function is infaillible but may overflow if a Ă— b
is out of bounds for the data type.