# File lib/rbreadline.rb, line 2635
  def inv_llen(l)
    (@inv_lbreaks[l+1] - @inv_lbreaks[l])
  end