Documentation
Dlang.org
RList.opIndexAssign
embedr
r
RList
Can add an element by name. This is the idiomatic way to add elements to a list.
void
opIndexAssign
(
Robj
x
,
string
name
)
struct
RList
void
opIndexAssign
(
Robj
x
,
string
name
)
void
opIndexAssign
(
RMatrix
rm
,
string
name
)
void
opIndexAssign
(
RVector
rv
,
string
name
)
void
opIndexAssign
(
RString
rs
,
string
name
)
void
opIndexAssign
(
string
s
,
string
name
)
void
opIndexAssign
(
string
[]
sv
,
string
name
)
void
opIndexAssign
(
double
v
,
string
name
)
void
opIndexAssign
(
double
[]
vec
,
string
name
)
void
opIndexAssign
(
int
v
,
string
name
)
Meta
Source
See Implementation
embedr
r
RList
constructors
this
functions
empty
front
opIndex
opIndexAssign
popFront
put
robj
unsafePut
variables
data
fillPointer
length
names
Can add an element by name. This is the idiomatic way to add elements to a list.