idMapOf

fun <V> idMapOf(): IDMaps<V>
fun <V : Any> idMapOf(vararg pairs: Pair<ID, V>): IDMaps<V>
fun <V : Any> idMapOf(map: Map<ID, V>): IDMaps<V>