Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use substrings instead of split to grab enum variant paths
Both versions are about equally readable, but this version avoids scanning the entire path and building an intermediate array (`split()` in Rust is a lazy iterator, but not in JavaScript).
- Loading branch information