Function interval

Interval build helper

auto interval(T) (
  T start,
  T end
)
if (isIntegral!T);