Documentation
¶
Index ¶
- type Dict
- func (d *Dict) Clear() *Dict
- func (d Dict) Copy() Dict
- func (d *Dict) Delete(key any) bool
- func (d Dict) Empty() bool
- func (d Dict) Equal(another Dict) bool
- func (d Dict) Get(key any, defaultValue ...any) (value any)
- func (d Dict) Has(key any) bool
- func (d Dict) Items() [][2]any
- func (d Dict) Keys() []any
- func (d Dict) MarshalJSON() ([]byte, error)
- func (d *Dict) Pop(key any, args ...any) (value any, err error)
- func (d *Dict) PopItem() (key, value any, err error)
- func (d *Dict) Set(key, value any) *Dict
- func (d Dict) Size() int
- func (d *Dict) UnmarshalJSON(data []byte) (err error)
- func (d *Dict) Update(another Dict) *Dict
- func (d Dict) Values() []any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.