Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + func FromArray[T any](x []T) *[]T + func From[T any](x T) *T + func PointerValueIfNotEmptyString(s string) *string + func StringValue(s *string) string + func TimeValue(t *time.Time) string + func ValueOrDefault[T any](x *T, def T) T