Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 417 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 417 Bytes

orderedmap

Go ordered map. Documentation: godoc

Can be used with go code generator to generate a type safe ordered map, such as:

ccg -f github.com/millerlogic/orderedmap -t KeyType=int,ValueType=string -r OrderedMap=IntStringOrderedMap,NewOrderedMap=NewIntStringOrderedMap,link=intstringlink -o intstringorderedmap.go