Documentation
¶
Index ¶
- func Empty[V any](s iter.Seq[V]) bool
- func EqualTo[N Comparable](a, b N) bool
- func Even[T Integer](t T) bool
- func GreaterThan[N Comparable](a, b N) bool
- func LessThan[N Comparable](a, b N) bool
- func Negative[T Number](t T) bool
- func Nil[T any](t T) bool
- func Odd[T Integer](t T) bool
- func Positive[T Number](t T) bool
- func Zero[T Number](t T) bool
- type Comparable
- type Complex
- type Float
- type Int
- type Integer
- type Number
- type Uint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualTo ¶
func EqualTo[N Comparable](a, b N) bool
func GreaterThan ¶
func GreaterThan[N Comparable](a, b N) bool
func LessThan ¶
func LessThan[N Comparable](a, b N) bool
Types ¶
type Comparable ¶
type Complex ¶
type Complex interface {
~complex64 | ~complex128
}
Click to show internal directories.
Click to hide internal directories.