github.com/mazhiyu/orderedmap
Package orderedmap implements an ordered map, using container/list and build-in map, it remembers the original insertion order of the keys. All operations have O(1) time complexity. To iterate over an ordered map (where m is a *OrderedMap): If you want to delete element while iterating, MUST use the following pattern:
Ecosystem
proxy.golang.org
proxy.golang.org
Versions
0
0
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
Repository
| Stars | 1 on GitHub |
| Forks | 0 on GitHub |
Rankings on proxy.golang.org
Overall
Top 7.6%