Versions in this module Expand all Collapse all v0 v0.2.2 Oct 26, 2024 v0.2.1 Aug 14, 2024 v0.2.0 Aug 14, 2024 Changes in this version + func StrToInts(s string) ([]int, error) + type Number interface v0.0.1 Jan 4, 2023 Changes in this version + func MaxNumber[V int32 | int64 | float32 | float64](numbers ...V) (V, error) + func MinNumber[V int32 | int64 | float32 | float64](numbers ...V) (V, error)