Loop can be replaced with stdlib operations

Last modified: 03 December 2024

Reports for loops that can be replaced with a sequence of stdlib operations (like map, filter, and so on).

Example:

After the quick-fix is applied: