Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkedList ¶
type LinkedList struct {
// contains filtered or unexported fields
}
func NewLinkedList ¶
func NewLinkedList(args ...int) *LinkedList
func (*LinkedList) Len ¶
func (l *LinkedList) Len() int
func (*LinkedList) String ¶
func (l *LinkedList) String() string
Click to show internal directories.
Click to hide internal directories.