RList.front

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

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

Meta