cerrado @ 5ce6d7263d7fb6917124a1d710753c4b8706fc84

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