cerrado @ v0.0.4

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