# File lib/extlib/lazy_array.rb, line 344
  def lazy_possible?(list, need_length = 1)
    !loaded? && need_length <= list.size
  end