krzema12 / snakeyaml-engine-kmp

A Kotlin Multiplatform port of snakeyaml-engine
Apache License 2.0
23 stars 4 forks source link

Replace `.asSequence().asIterable()` with `Iterable {}` #166

Closed aSemy closed 4 months ago

aSemy commented 4 months ago

Using Iterable {} avoids creating an unnecessary Sequence instance