Advertisement
tinyevil

Untitled

Jun 21st, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class Vector{
  2.  
  3. static Vector OfSize(size_t sz){
  4. ...???
  5. }
  6.  
  7. static Vector Reserved(size_t sz){
  8. ...???
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement