internal/runtime/maps.Map.Clear (method)

2 uses

	internal/runtime/maps (current package)
		map.go#L725: func (m *Map) Clear(typ *abi.SwissMapType) {

	runtime
		map_swiss.go#L194: 	m.Clear(t)