Commit Graph

4 Commits

Author SHA1 Message Date
b2e36f4e0f ranges: add izip helper 2024-10-29 14:02:10 +10:00
ffa09a50a0 ranges: add a simplistic implementation of enumerate
This is a temporary workaround because clang lacks it.
2024-10-17 09:08:19 +10:00
4ffe636c30 ranges/chunk: remove the clang range_adaptor_closure workaround
clang-19 exposes range_adaptor_closure so this isn't necessary.
2024-08-06 14:47:55 +10:00
0a7cd59eb9 ranges: add a (simplistic) implementation of chunk
Taken from the illustrative text at https://en.cppreference.com/w/cpp/ranges/chunk_view
2024-07-19 16:41:10 +10:00