Documentation
¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Class ¶
type Class[A any] interface { Add(A, A) A Sub(A, A) A Mul(A, A) A Negate(A) A Abs(A) A SigNum(A) A }
type Numeric ¶
type Numeric interface { constraints.Integer | constraints.Float }
Click to show internal directories.
Click to hide internal directories.