Versions in this module Expand all Collapse all v0 v0.0.1 Sep 19, 2025 v0.0.0 Sep 19, 2025 Changes in this version + func IntToBool[T Signed](a T) bool + func Keys[K comparable, V any](m map[K]V) []K + func Reverse[T any](s []T) []T + func TimeEpoch(epoch int64) time.Time + func TimeStamp(stamp int64) time.Time + type Signed interface