Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slice Complements #122

Open
skaller opened this issue Sep 7, 2018 · 0 comments
Open

Slice Complements #122

skaller opened this issue Sep 7, 2018 · 0 comments
Assignees

Comments

@skaller
Copy link
Member

skaller commented Sep 7, 2018

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.

@skaller skaller self-assigned this Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant