add ::drop_back() and ::drop_front() methods, which are like...
add ::drop_back() and ::drop_front() methods, which are like pop_front/pop_back on a vector, but a) aren't destructive to "this", and b) can take a # elements to drop. llvm-svn: 148791
Loading
Please register or sign in to comment