first method
Returns an iterator for the items in the collection.
Implementation
@override
IIterator<IKeyValuePair<K, V>> first() => _iIterable.first();
Returns an iterator for the items in the collection.
@override
IIterator<IKeyValuePair<K, V>> first() => _iIterable.first();