crosswalk

fun <A, B> Iterable<A>.crosswalk(f: (A) -> Iterable<B>): List<List<B>>
fun <A, B> <ERROR CLASS><A>.crosswalk(f: (A) -> <ERROR CLASS><B>): <ERROR CLASS><<ERROR CLASS><B>>