kotest-property / io.kotest.property / map

map

fun <A, B> RTree<A>.map(f: (A) -> B): RTree<B>