Change variable name.
This reduces the desire to use map! (instead of map) which would modify the user's argument in-place. There's a test to prevent that but this makes sense semantically too.
Loading
Please register or sign in to comment
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
This reduces the desire to use map! (instead of map) which would modify the user's argument in-place. There's a test to prevent that but this makes sense semantically too.