sync.Map.Delete (method)

11 uses

	sync (current package)
		map.go#L293: func (m *Map) Delete(key any) {

	expvar
		expvar.go#L134: 		v.m.Delete(k)
		expvar.go#L215: 		v.m.Delete(key)

	github.com/vmihailenco/msgpack/v5
		ext.go#L63: 	typeEncMap.Delete(extID)
		ext.go#L65: 	typeEncMap.Delete(typ)
		ext.go#L67: 		typeEncMap.Delete(typ.Elem())
		ext.go#L131: 	typeDecMap.Delete(extID)
		ext.go#L134: 	typeDecMap.Delete(typ)
		ext.go#L136: 		typeDecMap.Delete(typ.Elem())

	go.pact.im/x/syncx
		map.go#L14: 	m.m.Delete(key)

	mime
		type.go#L27: 		m.Delete(k)