Upsurge icon indicating copy to clipboard operation
Upsurge copied to clipboard

ArraySlices do not conform to LinearType

Open BrettThePark opened this issue 8 years ago • 1 comments

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.

BrettThePark avatar Nov 21 '16 18:11 BrettThePark

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

alejandro-isaza avatar Nov 26 '16 17:11 alejandro-isaza