Reports whether a value exists in the collection such that eq(k, key(value)). Complexity: O(n) (O(1) on a good day)
See Implementation
Reports whether a value exists in the collection such that eq(k, key(value)). Complexity: O(n) (O(1) on a good day)