RList.empty

Provided to make the RList a range. That allows iteration using a foreach loop.

  1. bool empty()
    struct RList
    bool
    empty
    (
    )
  2. Robj front()
  3. void popFront()

Meta