Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add C++ to other languages section #4

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

bakkot
Copy link
Contributor

@bakkot bakkot commented Jan 29, 2024

TIL: std::ranges::views::chunk and std::ranges::views::slide. There's also std::ranges::views::adjacent which is a version of slide which takes the size as a compile-time rather than runtime parameter (and therefore can produce windows whose size is known at compile time).

Also chunk_by as in #1.

@michaelficarra michaelficarra merged commit 396d3f7 into tc39:main Jan 29, 2024
1 check passed
@bakkot bakkot deleted the patch-1 branch January 29, 2024 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants