just making sure: ``` fun <K, V> Sequence&lt...
# announcements
b
just making sure:
Copy code
fun <K, V> Sequence<Pair<K, V>>.toMap(): Map<K, V>
does not throw if duplicate keys are found right (contrary to collect(Collectors.toMap())