sync.Map.Range (method)

2 uses

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

	mime
		type.go#L26: 	m.Range(func(k, _ interface{}) bool {