4 lines
55 B
Go
4 lines
55 B
Go
package files
|
|
|
|
func ptrTo[T any](x T) *T { return &x }
|
package files
|
|
|
|
func ptrTo[T any](x T) *T { return &x }
|