Documentation
¶
Overview ¶
A simple package with an add function
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add[T Number](a, b T) T
Adds two numbers together If you want to learn more about adding, read https://www.mathsisfun.com/numbers/addition.html
Types ¶
type Number ¶
type Number interface {
constraints.Integer | constraints.Float
}
Click to show internal directories.
Click to hide internal directories.