void

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