Implement Index<Range<…>>
for OpStack
#322
Labels
✨ enhancement
Improvement or new feature
💫 good first issue
Good for newcomers
🟢 prio: low
Not at all urgent
The operational stack can be indexed into to fetch individual elements through its implementations of
Index<usize>
andIndex<OpStackElement>
(and the correspondingIndexMut<…>
). It can be useful to get a slice from the op stack.Implement the combinations {$\times$ {$\times$ {
Index
,IndexMut
}Range
,RangeInclusive
}usize
,OpStackElement
} forOpStack
.The text was updated successfully, but these errors were encountered: