Documentation ¶
Index ¶
- func Contains[T Ordered](items []T, item T) bool
- func Max[T IntegerFloat](items ...T) T
- func Merge[T any](items ...[]T) (c []T)
- func Min[T IntegerFloat](items ...T) T
- func Sum[T MathInteger](s ...T) (sum T)
- func Unique[T Ordered](s []T) []T
- type Complex
- type Float
- type Integer
- type IntegerFloat
- type MathInteger
- type Ordered
- type Signed
- type Unsigned
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Complex ¶
type Complex interface { ~complex64 | ~complex128 }
type IntegerFloat ¶
type MathInteger ¶
Click to show internal directories.
Click to hide internal directories.