intReferenceMapOf

inline fun <V> intReferenceMapOf(): Int2ReferenceMap<V>
inline fun <V> intReferenceMapOf(k: Int, v: V): Int2ReferenceMap<V>