# File lib/core/facets/indexable.rb, line 203
  def pos(i)
    if i > 0
      return i - 1
    else
      size + i
    end
  end