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