kotlin-koans-edu-obsolete icon indicating copy to clipboard operation
kotlin-koans-edu-obsolete copied to clipboard

Remove unnecessary toSet() conversion in Fold solution

Open edmundjohnson opened this issue 6 years ago • 0 comments

Set.intersect(...) parameter is an Iterable rather than a Set. Link to koan: https://try.kotlinlang.org/#/Kotlin%20Koans/Collections/Fold/Task.kt

edmundjohnson avatar May 01 '18 15:05 edmundjohnson