# Structs
Circle circle.
Info 数据结构.
NameVisitor 声明了一个 NameVisitor 的结构体,这个结构体里有一个 Visitor 接口成员,这里意味着多态。 在实现 Visit() 方法时,其调用了自己结构体内的那个 Visitor的 Visitor() 方法: 这其实是一种修饰器的模式,用另一个Visitor修饰了自己.
No description provided by the author
Rectangle rectangle.
# Type aliases
No description provided by the author