Commit Graph

3 Commits

Author SHA1 Message Date
Timothy Flynn
814f13db04 AK: Add a comparison operator for Utf32View
(cherry picked from commit 0703ba118b56aaa924346ae36c8826764dadd409)
2024-11-17 11:03:57 -05:00
Timothy Flynn
832e9b8302 AK: Prepare Utf32View for use within templated LibGfx contexts
Forward declare its iterator and add a peek() method analagous to
Utf8CodePointIterator::peek().
2023-02-22 10:14:36 +01:00
Timothy Flynn
0f20586346 AK: Add formatters for Utf8View and Utf32View
Useful for debugging, especially in templated contexts.
2023-02-22 10:14:36 +01:00