linkedHashMapListOf

fun <K, V> linkedHashMapListOf(vararg items: Pair<K, V>): MutableMapList<K, V>