staticIota.mid

Undocumented in source.
template staticIota(int beg, int end)
static if(!(beg + 1 >= end))
enum mid = beg + (end - beg) / 2;

Meta