Function |sub
std/ops/num::|sub
Usage
|sub<N>(a, b)
Generics
โป N:
Sub
Parameters
โณ a:
N
โณ b:
N
Return
โด N
Sustract b
from a
This function is infaillible but may overflow if a - b
is out of bounds for the data type.
std/ops/num::|sub
|sub<N>(a, b)
โป N:
Sub
โณ a:
N
โณ b:
N
โด N
Sustract b
from a
This function is infaillible but may overflow if a - b
is out of bounds for the data type.