RList.popFront

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

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

Meta