sync.Map.CompareAndSwap (method)

one use

	sync (current package)
		map.go#L398: func (m *Map) CompareAndSwap(key, old, new any) (swapped bool) {