Returns a subrange of a list. More...
#include <boost/mpl11/fwd/list.hpp>
Returns a subrange of a list.
Specifically, slice returns the elements in the subrange delimited by [start, stop). In all cases, start must be non-negative and less-than or equal to stop. If the list is finite, stop must always be less-than or equal to length<xs>.
1.8.7