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