Upsurge
Upsurge copied to clipboard
ArraySlices do not conform to LinearType
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.
It is a MutableLinearType
. Do you have an example of something that should compile but doesn't?