package
0.0.0-20241212013832-3e83a38c33ff
Repository: https://github.com/blackhorseya/golang-101.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

NameCollection 是具體的聚合,實現了 Aggregate 接口.
NameIterator 是具體的迭代器,實現了 Iterator 接口.

# Interfaces

Aggregate 定義了創建迭代器的接口.
Iterator 定義了迭代器的接口.