byteReferenceMapOf

inline fun <V> byteReferenceMapOf(): Byte2ReferenceMap<V>
inline fun <V> byteReferenceMapOf(k: Byte, v: V): Byte2ReferenceMap<V>