void

fun <A> Iterable<A>.void(): List<Unit>
fun <A> <ERROR CLASS><A>.void(): <ERROR CLASS><Unit>
fun <K, A> Map<K, A>.void(): Map<K, Unit>