Iterable<E>.empty constructor
Creates an empty iterable.
The empty iterable has no elements, and iterating it always stops immediately.
Implementation
const factory Iterable.empty() = EmptyIterable<E>;
Creates an empty iterable.
The empty iterable has no elements, and iterating it always stops immediately.
const factory Iterable.empty() = EmptyIterable<E>;