#
45647d8f |
| 05-Jul-2014 |
David Majnemer <david.majnemer@gmail.com> |
ADT: Add a drop_back() helper to ArrayRef
The slice(N, M) interface is powerful but not concise when wanting to drop a few elements off of an ArrayRef, fix this by adding a drop_back method.
llvm-s
ADT: Add a drop_back() helper to ArrayRef
The slice(N, M) interface is powerful but not concise when wanting to drop a few elements off of an ArrayRef, fix this by adding a drop_back method.
llvm-svn: 212370
show more ...
|