has method

bool has(
  1. K key
)

Implementation

bool has(K key) => contains(key);