There was an error while loading. Please reload this page.
1 parent 8b935a5 commit e7d9c5cCopy full SHA for e7d9c5c
pkg/util/ptr/ptrs.go
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
17
-package maps
+package ptr
18
19
// ValEquals returns true when ptr is non‑nil and *ptr == want.
20
func ValEquals[T comparable](ptr *T, want T) bool {
0 commit comments