package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: Mar 14, 2023
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
DList
LPop 从头移除一个
返回为 nil 时, 链表为空
type DNode struct {
Data interface{}
}
DNode 双向链表节点
func NewDNode(data interface{}) *DNode
NewDNode
Source Files
¶
Click to show internal directories.
Click to hide internal directories.