kotlin-stdlib / kotlin.sequences / asIterable asIterable Common JVM JS Native 1.0 fun < T > Sequence < T > . asIterable ( ) : Iterable < T > (source) Creates an Iterable instance that wraps the original sequence returning its elements when being iterated.