Documentation ¶
Index ¶
- type M
- func (m M) All() map[string]any
- func (m M) Clone() M
- func (m M) Delete(k string) M
- func (m M) Each(fn func(k string, v any))
- func (m M) Get(k string) (any, bool)
- func (m M) GetX(k string) any
- func (m M) Has(k string) bool
- func (m M) Keys() []string
- func (m M) Len() int
- func (m M) Map(fn func(k string, v any) (string, any)) M
- func (m M) Maps() map[string]any
- func (m M) Merge(n M) M
- func (m M) Set(k string, v any) M
- func (m M) Unless(guard bool, fn func(maps M) M) M
- func (m M) Values() []any
- func (m M) When(guard bool, fn func(maps M) M) M
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.