项目作者: millerlogic

项目描述 :
Go ordered map
高级语言: Go
项目地址: git://github.com/millerlogic/orderedmap.git
创建时间: 2018-05-21T09:45:07Z
项目社区:https://github.com/millerlogic/orderedmap

开源协议:MIT License

下载


orderedmap

Go ordered map.
Documentation: godoc

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

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