dereference + go dereference pointers - What is the dereference operator of a type in Go generics? - Stack OverflowWhen 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 | discuss | tweet
+ go dereference pointers - What is the dereference operator of a type in Go generics? - Stack OverflowWhen 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 | discuss | tweet