Skip to content

Commit

Permalink
add C++ to other languages section (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Ficarra <[email protected]>
  • Loading branch information
bakkot and michaelficarra authored Jan 29, 2024
1 parent 56bea7a commit c6ee980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ let uniques = iter.uniqBy(obj => obj.field);

| language | library | simple API | with comparator | with mapping |
|----------|---------|------------|-----------------|--------------|
| C++ | &lt;algorithm> | `unique` | `unique` | -- |
| Clojure | core | `distinct` | -- | -- |
| Elm | List.Extra | `unique` | -- | `uniqueBy` |
| Haskell | Data.List | `nub` | `nubBy` | -- |
Expand Down

0 comments on commit c6ee980

Please sign in to comment.