Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elliotchance/orderedmap
/ types & classes
Types & classes
12 in github.com/elliotchance/orderedmap
⨍
Functions
377
◇
Types & classes
12
Struct
Element
Element is an element of a null terminated (non circular) intrusive doubly linked list that contains the key of the correspondent element in the order
list.go:4
Struct
Element
v2/iterator_test.go:14
Struct
Element
v2/orderedmap_test.go:333
Struct
Element
Element is an element of a null terminated (non circular) intrusive doubly linked list that contains the key of the correspondent element in the order
v2/list.go:4
Struct
Element
v3/orderedmap_test.go:333
Struct
Element
Element is an element of a null terminated (non circular) intrusive doubly linked list that contains the key of the correspondent element in the order
v3/list.go:4
Struct
OrderedMap
orderedmap.go:3
Struct
OrderedMap
v2/orderedmap.go:3
Struct
OrderedMap
v3/orderedmap.go:5
Struct
list
list represents a null terminated (non circular) intrusive doubly linked list. The list is immediately usable after instantiation without the need of
list.go:31
Struct
list
list represents a null terminated (non circular) intrusive doubly linked list. The list is immediately usable after instantiation without the need of
v2/list.go:31
Struct
list
list represents a null terminated (non circular) intrusive doubly linked list. The list is immediately usable after instantiation without the need of
v3/list.go:31