I naively just tried to do: `nList(integerScalar)$new(list(5L,7L))` and then realized we have to call `$new()` and then populate. Perhaps worth discussing if we could populate it from an R list.
I naively just tried to do:
nList(integerScalar)$new(list(5L,7L))and then realized we have to call
$new()and then populate.Perhaps worth discussing if we could populate it from an R list.