package
Version:
v0.0.0-...-9dec8c7
Opens a new window with list of versions in this module.
Published: Sep 7, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Node struct {
Value int
Left, Right *Node
}
(node Node)[接受者] 相当于其它语言的 this
这里是值传递
func (node *Node) SetValue(Value int)
编译器会知道你是要值还是指针
func (node *Node) Traverse()
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.