map

fun <K, V> Arb.Companion.map(    keyArb: Arb<K>,     valueArb: Arb<V>,     minSize: Int = 1,     maxSize: Int = 15): Arb<Map<K, V>>