package
1.1.15
Repository: https://github.com/wfusion/gofusion.git
Documentation: pkg.go.dev

# Interfaces

Complex is a constraint that permits any complex numeric type.
No description provided by the author
Float is a constraint that permits any floating-point type.
No description provided by the author
Integer is a constraint that permits any integer type.
No description provided by the author
Signed is a constraint that permits any signed integer type.
No description provided by the author
Sortable is a constraint that permits any ordered type: any type that supports the operators < <= >= >.
No description provided by the author
Unsigned is a constraint that permits any unsigned integer type.
No description provided by the author