mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-12-25 01:20:04 +01:00
* CRegion: introduce forEachRect makes us able to directly call a function on each rect instead of using getRects() allocating a vector every single time, especially when its used in hot paths like the renderer. * CRegion: cleanup CRegion of clangd warnings overload pixman() with const, remove const_cast, mark move as noexcept. ensure self assignment doesnt occur. |
||
|---|---|---|
| .. | ||
| animation | ||
| math | ||
| memory | ||
| os | ||
| path | ||
| signal | ||
| string | ||
| utils | ||