Files
2024-04-15 14:28:03 +02:00

4 lines
56 B
Go

package util
func Pointer[T any](v T) *T { return &v }