Searched defs:DeleteFunc (Results 1 – 3 of 3) sorted by relevance
69 func DeleteFunc[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool) { func
236 func DeleteFunc[S ~[]E, E any](s S, del func(E) bool) S { func
60 typedef void (CallLogWrapper::*DeleteFunc)(GLsizei n, const GLuint *names); typedef