Files
2024-04-15 14:26:15 +02:00

4 lines
56 B
Go

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