Documentation ¶
Index ¶
- type SMap
- func (s *SMap) Delete(key interface{})
- func (s *SMap) Exist(key interface{}) bool
- func (s *SMap) Get(key interface{}) (value interface{}, ok bool)
- func (s *SMap) Length() int
- func (s *SMap) Peek() interface{}
- func (s *SMap) Range(f func(key interface{}, value interface{}) bool)
- func (s *SMap) Set(key interface{}, value interface{})
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.