Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Noop = func(e any) error { return nil }
View Source
var Print = func(e any) error { Println(e); return nil }
Functions ¶
func Gte ¶
func Gte[T constraints.Ordered](e1 T, e2 T) bool
func IntToInt64 ¶
func IntToString ¶
func Lte ¶
func Lte[T constraints.Ordered](e1 T, e2 T) bool
func Sum ¶
func Sum[T constraints.Ordered](e1, e2 T) T
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.