指针类型
Golang 指针类型
Pointer types
https://golang.org/ref/spec#Pointer_types
PointerType = "*" BaseType .
BaseType = Type .
*Point
*[4]int
https://golang.org/ref/spec#Pointer_types
PointerType = "*" BaseType .
BaseType = Type .
*Point
*[4]int