# File lib/more/facets/dictionary.rb, line 226
  def []=(k, i=nil, v=nil)
    if v
      insert(i,k,v)
    else
      store(k,i)
    end
  end