toIterable method

Iterable<A> toIterable()

Implementation

Iterable<A> toIterable() => fold(() => const Iterable.empty(), (a) => new _SingletonIterable(a));