package
0.3.6
Repository: https://github.com/hopeio/utils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

新建空链表,即创建Node指针head,用来指向链表第一个结点,初始为空.

# Structs

链表.
链表结点.