Files
filament/libs/utils/src
Mathias Agopian 5a5168a191 CString tidy cleanup and rvalue methods
We add rvalue version of append/insert/replace so that calling
those on a temporary yields to a temporary.

Also add string literal versions of those so that we can 
append/insert/replace a literal without allocation, e.g.:

`CString foo = CString{ bar }.append("baz");`

This will not end-up creating a temporary CString for "baz".
2025-05-09 16:14:01 -07:00
..
2024-01-17 11:04:42 -08:00
2025-01-21 09:49:02 -08:00
2025-01-17 17:50:16 -08:00
2025-01-17 17:50:16 -08:00
2023-12-18 16:28:31 -08:00
2023-12-18 16:28:31 -08:00
2025-01-17 17:50:16 -08:00
2025-01-17 17:50:16 -08:00
2025-01-17 17:50:16 -08:00
2022-03-01 10:03:31 -08:00