E.mid

Undocumented in source.
template E(uint start, T...)
static if(!(T.length == 0))
static if(!(T.length == 1))
enum mid = start + T.length / 2;

Meta