//
pkg.gl
Category
github.com/basecomplextech/baselibrary
collect
orderedmap
package
0.0.0-20241212132234-0076f9e1ccd7
Repository:
https://github.com/basecomplextech/baselibrary.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
123 SLOC
#
Functions
New
New returns a new ordered map.
NewSize
NewSize returns a new ordered map with the given size hint.
#
Structs
Item
Item is a key-value pair.
Map
Map is an ordered map which maintains the order of insertion, even on updates.