Versions in this module Expand all Collapse all v3 v3.3.6 Sep 18, 2024 v3.3.5 Sep 13, 2024 Changes in this version + func CastTo[T, F constraints.Integer](from F) T + func Max[T constraints.Integer]() T + func Min[T constraints.Integer]() T + func MustSafeCastTo[T, F constraints.Integer](from F) T + func SafeCastTo[T, F constraints.Integer](from F) (T, error)