Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 146 Bytes

9.29.md

File metadata and controls

3 lines (2 loc) · 146 Bytes

vec.resize(100) will append 75 value initialized elements at the end of vec.

vec.resize(10) will remove 90 elements from the end of vec.