Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
consider an `array.List` with the following content:
`[[0 1 2] (null) [3 4 5 6]]`
sub-slicing it with `array.NewSlice(arr, 1, 3)`, we get:
`[(null) []]` instead of `[(null) [3 4 5 6]]`
Attachments
Issue Links
- links to