v0.0.638 remove go:fix inline from ArrPtr
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m41s
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m41s
This commit is contained in:
@@ -35,7 +35,6 @@ func DblPtrNil[T any]() **T {
|
||||
return &v
|
||||
}
|
||||
|
||||
//go:fix inline
|
||||
func ArrPtr[T any](v ...T) *[]T {
|
||||
return new(v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user