cerrado @ a1634db89fe9097c1739e0c6d11265aa7b8bdd3f

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