我希望O(1)
Vec
中的节点被{{1}}删除。{{1}}或其他节点不能删除。
答案 0 :(得分:3)
为什么不存在remove_next
方法的最可能原因是Rust团队正在评估游标作为替代方法:
#[inline]
#[unstable(feature = "collections",
reason = "this is probably better handled by a cursor type -- we'll see")]
[Source]