# 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.