Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elliotchance/orderedmap
/ OrderedMap
Struct
OrderedMap
orderedmap.go:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
orderedmap
2
3
type
OrderedMap
struct
{
4
kv
map
[
interface
{}]*Element
5
ll list
6
}
7
8
func
NewOrderedMap() *OrderedMap {
9
return
&OrderedMap{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected