alias R = Region!(int, int); alias TI = R.TaggedInterval; R region = TI(0, 15, 20); assert(region.intervals == [TI(0, 15, 20)]);
See Implementation