-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
arrays[a, r, r, a, y, s][a, r, r, a, y, s]
Description
SubVector doesn't currently exist in Julia, would the following definition make sense?
const SubVector{T} = SubArray{T, 1}similar to
Line 58 in 676ccf4
| const Vector{T} = Array{T,1} |
This could maybe be added there:
Line 40 in 056be22
happy to open a PR for this if people think this is useful? (there's this old issue: #3224 but I'm not sure it's relevant)
Metadata
Metadata
Assignees
Labels
arrays[a, r, r, a, y, s][a, r, r, a, y, s]