Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Eq ¶ added in v2.7.4
func Eq[T comparable](a, b T)
func GreaterThan ¶ added in v2.7.4
func GreaterThan[T constraints.Ordered](a, b T)
func LessThan ¶ added in v2.7.4
func LessThan[T constraints.Ordered](a, b T)
func NotEq ¶ added in v2.7.4
func NotEq[T comparable](a, b T)
func SendBlocks ¶ added in v2.7.4
func SendBlocks[T any](ch chan<- T, t T)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.