RVector.this

Pull a vector from an R interpreter embedded inside a D program.

  1. this(int r)
  2. this(Robj rv, bool u = false)
  3. this(string name)
    struct RVector
    version(standalone)
    this
    (
    string name
    )
  4. this(T v)

Examples

auto v = RVector("vec");

Meta