RVector.this

Allocate a vector with room for 30 elements in R.

Examples

auto v = RVector(50);

Meta