# File lib/typed-array/functions.rb, line 64
    def eql? other_ary
      _ensure_all_items_in_array_are_allowed other_ary
      super
    end