type github.com/lann/ps.Map

8 uses

	github.com/lann/ps (current package)
		map.go#L21: type Map interface {
		map.go#L29: 	Set(key string, value Any) Map
		map.go#L33: 	Delete(key string) Map
		map.go#L81: func NewMap() Map {
		map.go#L115: func (self *tree) Set(key string, value Any) Map {
		map.go#L154: func (m *tree) Delete(key string) Map {

	github.com/lann/builder
		builder.go#L19: 	builderMap ps.Map
		builder.go#L27: func getBuilderMap(builder interface{}) ps.Map {