combineHashedAndLinear

fun combineHashedAndLinear(    hashedBin: AvailObject,     linearBin: AvailObject,     level: Int): A_SetBin

Combine a hashed bin and a linear bin. They're both at the specified level.