simon.vergauwen
09/21/2017, 5:31 PMfind(FT: Foldable<F> = foldable(), noinline f: (A) -> Boolean): Option<A>
is best with the default value as first param so you can use list.find { it % 2 == 0 }
but when you’re just supplying value like the above mentioned signature it would be most convenient to have the default value as last param.