Open talegari opened 4 years ago
Hi Henrik,
Do you think it a good idea to support append, insert, extend, pop and similar methods like python's list?
append
insert
extend
pop
'listenv' data structure in R comes closest to python's list with reference semantics.
Hi Henrik,
Do you think it a good idea to support
append
,insert
,extend
,pop
and similar methods like python's list?'listenv' data structure in R comes closest to python's list with reference semantics.