kotest-property / io.kotest.property.arbitrary / bimap

bimap

fun <A, B> Shrinker<A>.bimap(f: (B) -> A, g: (A) -> B): Shrinker<B>