cerrado @ e3705f35c642e578625ce4574d189fa0b0869403

1package u
2
3func Ptr[T any](v T) *T {
4	return &v
5}