Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- replace all '-' with '_' - `keep until` -> `take until` - explicit `$it` - `str collect` -> `str join` - `str find-replace` -> `str replace` - "\[ \]" -> to the raw '\[ \]' - `if {} {}` -> `if {} else {}` - explicit print
- Loading branch information