You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the list capacity is greater the number of elements added to a list (because of the way reserve works). A list with padded null element can be returned to R.
std::vector has a shrink_to_fit method, could it be feasible to have a similar method?