mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-22 20:06:02 +03:00
6 lines
238 B
Markdown
6 lines
238 B
Markdown
|
# 送代器模式
|
||
|
|
||
|
送代器模式用于使用相同方式送代不同类型集合或者隐藏集合类型的具体实现。
|
||
|
|
||
|
可以使用送代器模式使遍历同时应用送代策略,如请求新对象、过滤、处理对象等。
|