@@ -27,6 +27,10 @@ func DblPtrNil[T any]() **T {
return &v
}
func ArrPtr[T any](v ...T) *[]T {
func PtrInt32(v int32) *int32 {
The note is not visible to the blocked user.