( list_convert )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( list_transpose ) | map(list, zip(*items)) | - | - | - | - |
| ( remove_duplicates_order_insensitive ) | → | - | - | - | - |
| ( remove_duplicates_preserving_order ) | → | - | - | - | - |
| ( convert_list_to_dict ) | {k: v for k, v in rows} | - | - | - | - |
| ( zip_lists ) | zip(col1, col2) | - | - | - | - |