P99

◆ P99_SUB

#define P99_SUB (   N,
  L,
  ... 
)    P00_SUB(L, P99_SKP(N, __VA_ARGS__))

Get the sublist of length L starting at the Nth element in the remaining argument list.

Counting of elements starts at 0.

Definition at line 67 of file p99_list.h.