forked from Cookies_Github_mirror/AquaDX
[+] Wacca user/status/create
This commit is contained in:
@@ -122,6 +122,7 @@ fun Any.long() = when (this) {
|
||||
}
|
||||
|
||||
// Collections
|
||||
fun <T> ls(vararg args: T) = args.toList()
|
||||
operator fun <K, V> Map<K, V>.plus(map: Map<K, V>) =
|
||||
(if (this is MutableMap) this else toMutableMap()).apply { putAll(map) }
|
||||
operator fun <K, V> MutableMap<K, V>.plusAssign(map: Map<K, V>) { putAll(map) }
|
||||
|
||||
Reference in New Issue
Block a user