mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
191aacc7d7
- Use `find` instead of `position(..).next()` - Use `any` instead of `position(..).next().is_some()/.is_none()` - Use `first/next` instead of `get(0)/nth(0)` - Prefer `for` loops over `while let` loops on iterators May improve performance. |
||
---|---|---|
.. | ||
bidi_brackets.rs | ||
bidi_class.rs | ||
direction.rs | ||
level_stack.rs | ||
level.rs | ||
lib.rs |