longReferenceMapOf

inline fun <V> longReferenceMapOf(): Long2ReferenceMap<V>
inline fun <V> longReferenceMapOf(k: Long, v: V): Long2ReferenceMap<V>