package genutils func Ptr[T any](t T) *T { return &t}
package genutils
func Ptr[T any](t T) *T {
return &t
}