Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderedDict ¶
type OrderedDict struct {
// contains filtered or unexported fields
}
func New ¶
func New() *OrderedDict
func (*OrderedDict) Get ¶
func (d *OrderedDict) Get(key string) interface{}
func (*OrderedDict) Iterate ¶
func (d *OrderedDict) Iterate() chan interface{}
func (*OrderedDict) Remove ¶
func (d *OrderedDict) Remove(key string) bool
func (*OrderedDict) Set ¶
func (d *OrderedDict) Set(key string, value interface{})
Click to show internal directories.
Click to hide internal directories.