# File lib/thread_safe/util/power_of_two_tuple.rb, line 9
      def hash_to_index(hash)
        (size - 1) & hash
      end