//
pkg.gl
Category
github.com/arduino/arduino-cli
internal
orderedmap
package
1.2.0
Repository:
https://github.com/arduino/arduino-cli.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
2
Files
130 SLOC
#
Functions
New
New creates a map.
NewWithConversionFunc
NewWithConversionFunc creates a map using the given conversion function to convert non-comparable key type to comparable items.
#
Interfaces
Map
Map is a map that keeps ordering insertion.