contains abstract method

bool contains(
  1. K key
)

Check if key k exists in map x

Translates to k in x

Implementation

bool contains(K key);