Iter<T>.empty constructor

Iter<T>.empty()

Implementation

@pragma("vm:prefer-inline")
Iter.empty() : _wIterator = <T>[].iterator;