You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current code allows slicing tuples and small arrays with constant slices.
It needs extension to large arrays with non-constant slices,
and to work properly with strings, varrays, etc.
Once we have that, the idea of a slice complement (the set of values not in the slice) makes sense, applying the slice deletes the specified range, rather than extracting it.
The text was updated successfully, but these errors were encountered:
Current code allows slicing tuples and small arrays with constant slices.
It needs extension to large arrays with non-constant slices,
and to work properly with strings, varrays, etc.
Once we have that, the idea of a slice complement (the set of values not in the slice) makes sense, applying the slice deletes the specified range, rather than extracting it.
The text was updated successfully, but these errors were encountered: