-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Is it possible to reuse the storage that was allocated for the Tape Vec? Based on my digging it doesn't look to be possible in the current state.
If I am right about this not being possible at the moment, It feels like it isn't supported due to the tape type in this package being Peekable<IntoIter<>>
but this looks like it could be solved by using a Peekable<Drain<>>
?
Let me know if I am on the right track with this...
Metadata
Metadata
Assignees
Labels
No labels