# File lib/typed-array/functions.rb, line 83
    def unshift *items
      _ensure_all_items_in_array_are_allowed items
      super
    end