Documentation ¶
Overview ¶
A sample package to test imports.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add[T Number](a T, b T) T
Add two numbers together. [Addition]: 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.