Documentation
¶
Index ¶
- func Add[T Integer](a, b T) (T, bool)
- func Cast[Y, X Integer](x X) (y Y, ok bool)
- func Div[T Integer](a, b T) (T, bool)
- func DivMod[T Integer](a, b T) (T, T, bool)
- func Max[T Integer]() T
- func Min[T Integer]() T
- func Mul[T Integer](a, b T) (T, bool)
- func Sub[T Integer](a, b T) (T, bool)
- type Integer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.