# File lib/typed-array/functions.rb, line 47
    def slice *args
      self.class.new super
    end