# File lib/typed-array/functions.rb, line 36
    def << item
      _ensure_item_is_allowed item
      super
    end