Versions in this module Expand all Collapse all v1 v1.0.7 Feb 15, 2024 Changes in this version + func IntToBool[T constraints.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