Implement placement-in protocol for LinkedList by apasel422 · Pull Request #31696 · rust-lang/rust (original) (raw)

Oh I guess we don't have any prior art here (sorry I thought we had these implemented for vectors).

In terms of naming, we'll probably want to have a convention like iterators where it's super straightforward and you don't have to think about it much. Along those lines maybe something like:

So I guess within those guidelines, I'd recommend renaming the returned structs, and otherwise keeping the names as is or the front_place/back_place suggestions @petrochenkov mentioned.