objectByteMapOf

inline fun <K> objectByteMapOf(): Object2ByteMap<K>
inline fun <K> objectByteMapOf(k: K, v: Byte): Object2ByteMap<K>