# File lib/hashery/sparsearray.rb, line 35
  def self.new_h(hsh)
    nha = new
    nha.replace(hsh)
    #nha.reindex!
  end