gpt4 book ai didi

rust - 为什么迭代器不可复制?

转载 作者:行者123 更新时间:2023-11-29 07:46:28 27 4
gpt4 key购买 nike

许多迭代器 implement the Clone trait , 但没有一个 implement the Copy trait .至少对于像 std:slice::Iter 这样的简单迭代器是这样的, the Clone implementation无论如何看起来像一个 memcpy,那么为什么 Copy 也没有实现呢?

最佳答案

来自 PR #20790 :

This PR also makes iterator non-implicitly copyable, as this was source of subtle bugs in the libraries. You can still use clone() to explictly copy the iterator.

关于rust - 为什么迭代器不可复制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32324251/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com