add

add = <nanobind.nb_func object>

add(a: int, b: int) -> int

Add two numbers

Args:

a: First number b: Second number

Returns:

Sum of a and b