compiler-plugin / arrow.meta.quotes / foldIndexed
fun <A, K : KtElement> ScopedList<K>.foldIndexed(a: A, f: (Int, A, K) -> A): A
fun <A, K : KtElement>
ScopedList
<K>.foldIndexed(a: A, f: (
Int
, A, K) -> A): A
Do you like Arrow?