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

ArraySlices do not conform to LinearType #59

Open
BrettThePark opened this issue Nov 21, 2016 · 1 comment
Open

ArraySlices do not conform to LinearType #59

BrettThePark opened this issue Nov 21, 2016 · 1 comment

Comments

@BrettThePark
Copy link

I noticed a discrepancy between the code and the documentation.

The documentation claims that a regular ArraySlice can be used as input to the various methods (used as a LinearType), however, it appears only arrays can be used as the ArraySlice is not extended.

@alejandro-isaza
Copy link
Owner

It is a MutableLinearType. Do you have an example of something that should compile but doesn't?

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

2 participants