Skip to content
Commit 8e6fde45 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent f7eb5433
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment