Polymake Template Library (PTL) 4.12
|
#include <meta_list.h>
Extract a contiguous slice of a meta-list.
Start | position of the first element to extract. |
End | position behind the last element to extract. If omitted, the selected subset stretches up to the end of the source meta-list. Positions are counted starting with 0. |