Versions in this module Expand all Collapse all v1 v1.1.2 Apr 17, 2023 v1.1.1 Apr 17, 2023 Changes in this version + type SMap struct + func New() *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{})