Files
swift-mirror/userdocs/diagnostics/performance-hints.md
Artem Chikin 7c74890bd8 [Performance Hints] Add simple check for returning of values of array and dictionary type
This check will run on each type-checked primary input of the current compilation and emit a warning diagnostic for all discovered occurences of this code pattern when the performance hint diagnostic is enabled
2025-10-02 10:31:13 -07:00

84 B

Swift Performance Hint: Function returning Array or Dictionary type

  • TODO: Docs