Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stats
: optimize integer type inferencing
- just use is_ok() instead of doing if let Ok() - in if check, short-circuit faster with simpler `s == "0"` check
- Loading branch information