+ go dereference pointers - What is the dereference operator of a type in Go generics? - Stack Overflow When doing generics, one can create a pointer type from any type, see Pointer Method Example section in Types Parameter Proposal. Example: type Pointer[T any] interface { *T // non-interface type wono | tweet Add comment Do you want to delete? YesNo