RList.this

Create a new R list with n elements. The length can never be changed. This is a limitation on the R side. All we're doing here is calling Rf_allocVector in the R API to allocate a new list with n elements.

  1. this(int n)
    struct RList
    this
    (
    int n
    )
  2. this(Robj v, bool u = false)
  3. this(string name)

Meta