package
0.1.5
Repository: https://github.com/goexts/generic.git
Documentation: pkg.go.dev

# Functions

Stringer converts a string-like type to a string.
Zero is the zero value for a type.
ZeroOr returns def if v is the zero value.

# Interfaces

Boolean is an interface that represents a boolean type.
Const is an interface that represents a value that is either a Number, a Boolean, or a string.
Number is an interface that represents any number type.
No description provided by the author
String is an interface that represents a string-like type.

# Type aliases

Complex is an interface that represents a complex64 or complex128 number.
Float is an interface that represents a float32 or float64.
Integer is an interface that represents an integer type.
Ordered is an interface that represents any ordered type.
Signed is an interface that represents a signed integer type.
Unsigned is an interface that represents an unsigned integer type.