v0.0.439
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m38s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m38s
This commit is contained in:
@@ -27,6 +27,10 @@ func DblPtrNil[T any]() **T {
|
||||
return &v
|
||||
}
|
||||
|
||||
func ArrPtr[T any](v ...T) *[]T {
|
||||
return &v
|
||||
}
|
||||
|
||||
func PtrInt32(v int32) *int32 {
|
||||
return &v
|
||||
}
|
||||
|
Reference in New Issue
Block a user