Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: use
.next_back()
to get the last component
Using `.last()` needs to go through all components first instead of splitting only the last one.
- Loading branch information