wasmtime
wasmtime copied to clipboard
Rename `MmapVec::drain` to `split_off`
As suggested on #4609
Subscribe to Label Action
cc @peterhuene
This issue or pull request has been labeled: "wasmtime:api"
Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.
I've pushed an alternative on top of this branch, to exactly match the behavior of Vec::split_off in MmapVec. Would you review it and merge if you're happy with it?
Looks good to me!
It also looks like github is smart enough to prevent me from approving my own PR, so I'll need your stamp as well for the merge.