Drops the first n
elements from an iterable and return the rest.
More...
#include <boost/mpl11/fwd/iterable.hpp>
Drops the first n
elements from an iterable and return the rest.
n
must be a non-negative Integer representing the number of elements to be dropped from the underlying iterable. If n
is greater than the length of the iterable, the returned iterable is empty.