Closed
Description
getproperty
should continue to be a maybeview
situation, but getindex
should always create a copy, even when one or more of the indices are symbols. The way it is right now, getindex
just follows getproperty
when there are symbol indices and regular slicing when there are none. This is kinda weird and surprising. Views should be explicitly made with @view
, view
, or Base.maybeview
.
Metadata
Metadata
Assignees
Labels
No labels