github.com/goombaio/orderedmap
Package orderedmap implements an insertion-ordered associative array, also called map or dictionary. Maps are an abstract data type that can hold data in (key, value) pairs. Associative arrays have two imporant properties. Every key can only appear once, and, every key can only have one value. An insertion-ordered map have the extra property that when it is iterated it returns their values in order they where inserted originally. Example
Ecosystem
proxy.golang.org
proxy.golang.org
Latest Release
over 7 years ago
v0.0.0-20180925151256-3da0e2f905f9
over 7 years ago
Versions
1
1
Dependent Packages
21
21
Dependent Repos
23
23
Loading...
Readme
Loading...
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/goombaio/orderedmap
spec |
| License | Apache-2.0 |
| Namespace | github.com/goombaio |
| First Release | over 7 years ago |
| Last Synced | 13 days ago |
Rankings on proxy.golang.org
Overall
Top 6.4%
Dependent packages
Top 1.1%
Dependent repos
Top 1.1%
Forks
Top 9.9%