Array.this - multiple declarations

Function Array.this

Construct an Array from first to last inclusive.

this (
  I first,
  I last
);

Function Array.this

Construct an Array on an interval i.

this (
  Interval!I i
);