O(n) Enumerate values from x to y with a specific step z.
If an enumeration does not use meaningful indices,
Nothing is
returned, otherwise,
Just containing a non-empty vector.
WARNING: This operation can be very inefficient. If at all
possible, use
enumFromStepN instead.