# File lib/hashery/sparsearray.rb, line 41
  def initialize(i=0,e=nil)
    if i > 0
      i.times { set(self.length,e) }
    end
  end