asIterable method

KtIterable<T> asIterable()

Returns this collection as an Iterable.

Implementation

KtIterable<T> asIterable() => this;