Skip to content

Commit 396d3f7

Browse files
authored
add C++ to other languages section (#4)
1 parent 47b3393 commit 396d3f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ let chunksOf4 = Array.from(digits.windows(4, 4));
6262

6363
| language | library | chunks | windows | chunks of 0? | truncates windows? |
6464
|----------|---------|--------|---------|--------------|--------------------|
65+
| C++ | std::ranges::views | `chunk` | `slide` | undefined behavior | no |
6566
| Clojure | core | `partition` | `partition` | infinite empty lists | when insufficient padding;<br/>terminates after 1 |
6667
| Elm | List.Extra | `groupsOf` | `groupsOfWithStep` | empty list | no |
6768
| Haskell | split | `chunksOf` | `divvy` | infinite empty lists | yes |

0 commit comments

Comments
 (0)