ForEachIndex.indexN

Undocumented in source.
template ForEachIndex(size_t N, L...)
static if(L.length > 0)
enum indexN = Replace!("index%s", "%s", N);

Meta