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

More complete support for indexNegative, sliceNegative, sliceMixed sequence methods #159

Open
pineapplemachine opened this issue Sep 1, 2017 · 0 comments
Labels
priority: low The issue has only a small impact on people using the software. type: polish The issue involves making existing functionality more usable.

Comments

@pineapplemachine
Copy link
Owner

These methods allow more optimal implementations, particularly for unbounded sequence types, of index and slice functions. Sequence types which are created from others should all be investigated for support of these methods; at the time of writing only very few such sequences support them. Unbounded sequence types capable of supporting these methods should all be given support for them; currently only CounterSequence and InfiniteRepeatElementSequence have full support for these new operations.

Indexing and slicing is anticipated to be an uncommon enough use case that this task should be considered fairly low priority.

See #158 - PR where these new sequence methods were added

@pineapplemachine pineapplemachine added priority: low The issue has only a small impact on people using the software. type: polish The issue involves making existing functionality more usable. labels Sep 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low The issue has only a small impact on people using the software. type: polish The issue involves making existing functionality more usable.
Projects
None yet
Development

No branches or pull requests

1 participant