mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-19 14:53:48 +00:00
513 B
513 B
//docs/dev.inmo.tgbotapi.utils/mapOfNotNull
mapOfNotNull
[common]
Content
fun <K, V> mapOfNotNull(vararg pairs: Pair<K, V?>): Map<K, V>