It would be great if Bump could provide an alloc_extend method to allocate values from an iterator and return a slice (similarly to TypedArena::alloc_extend). Something in the lines of:
We have alloc_slice_fill_iter and various other alloc_slice_* methods now, so I think we can close this. If not, please open a new issue with specifics!
It would be great if
Bump
could provide analloc_extend
method to allocate values from an iterator and return a slice (similarly to TypedArena::alloc_extend). Something in the lines of: