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