iota

Static Iota.

TODO: Move to Phobos std.range.

template iota (
size_t from
size_t to
) if (
from <= to
) {}

Meta