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.