Breaking changes
- Indexing out of bounds now gives a
BoundsError
(instead of returning the default value forShiftedArray
or the circularly shifted value forCircShiftedArray
). lag
andlead
are no longer exported (but still public API).- Calling
ShiftedArray(v::ShiftedArray, n)
orCircShiftedArray(v::CircShiftedArray, n)
does not nest but rather combines the shifts additively.