keyIterable method

Iterable<K> keyIterable()

Implementation

Iterable<K> keyIterable() => pairIterable().map((t) => t.value1);