( dict_init )
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 |
|---|---|---|---|---|---|
| ( init_empty_dict ) | → | {} | - | - | - |
| ( init_dict ) | { k1: v1, .. } | { {k1, v1}, .. } | - | - | - |
| ( set_dict_elem ) | d[k] = v | d[k] = v | - | - | - |