github.com/iEvan-lhr/exciting-tool@v0.0.0-20230504054234-8e983f73cdd2/order.go (about)

     1  package tools
     2  
     3  type Map struct {
     4  	key   map[*String]int
     5  	value []any
     6  }
     7  
     8  func (m Map) Set(key, value any) {
     9  
    10  }