sync.Map.Range (method)

2 uses

	sync (current package)
		map.go#L473: func (m *Map) Range(f func(key, value any) bool) {

	internal/godebug
		godebug.go#L246: 	cache.Range(func(name, s any) bool {