class Concurrent::ThreadSafe::Util::PowerOfTwoTuple

def hash_to_index(hash)

def hash_to_index(hash)
  (size - 1) & hash
end