Alias for Matrix.range.
factory Vector.arrange(int end, {int start = 0, int step = 1}) { return Vector.range(end, start: start, step: step); }