-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
ListView does not support array_slice, yet, like List does.
Describe the solution you'd like
Shouldn't be terribly complicated since it would all be operations on the offsets and sizes. Note, some care has to be taken to work correctly eg. in the case where a ListView was previously reversed (#18350).
Describe alternatives you've considered
Same as #18350: Cast to List instead, however, based on some profiling we've done in the other direction (converting List to ListView), this is a terrible idea.
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request