所有公开日志

所有WHY42公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
  • 2024年6月26日 (三) 10:04 Riguz 留言 贡献创建了页面Rust iter and into iter (创建页面,内容为“* iter() iterates over the items by reference * iter_mut() iterates over the items, giving a mutable reference to each item * into_iter() iterates over the items, moving them into the new scope So for x in my_vec { ... } is essentially equivalent to my_vec.into_iter().for_each(|x| ... ) - both move the elements of my_vec into the ... scope. If you just need to look at the data, use iter, if you need to edit/mutate it, use iter_mut, and if you need to give it…”)
2017版源代码编辑
wikieditor(隐藏的标签)
可视化编辑
可视化编辑:已切换
已被回退
手工回退
撤销
新重定向
替换
服务器端上传
清空
所有公开日志
上传日志
保护日志
内容模型更改日志
删除日志
合并日志
导入日志
封禁日志
巡查日志
感谢日志
标签日志
标签管理日志
用户创建日志
用户更名日志
用户权限日志
移动日志
跨wiki表日志
页面创建日志