Closed
Description
Programming Rust contains this line:
As of Rust 1.12, Rust’s LinkedList type has no methods for removing a range of elements
from a list or inserting elements at specific locations in a list. The API seems
incomplete.
I don't see any issues about this, but maybe this is something we should fix. Since we have linked lists, they might as well be complete.