llvm::drop_begin

Return a range covering RangeOrContainer with the first N elements excluded.

Synopsis

Declared in <llvm/ADT/STLExtras.h>

template<typename T>
auto
drop_begin(
    T&& RangeOrContainer,
    size_t N = 1);