Versions in this module Expand all Collapse all v0 v0.1.0 Apr 8, 2024 Changes in this version + func IsNil[T any](t T) bool + type CancelHandler func() + type Float interface + type Int interface + type IterateHandler func() (T, bool) + type Iterator interface + Iterate func() (IterateHandler[T], CancelHandler) + type Orderliness interface + type Uint interface