TTIterable<V>.empty constructor

TTIterable<V>.empty()

Return an empty iterable

Implementation

factory TTIterable.empty() = _EmptyTTIterable<V>;