( dict_loop )

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
( dict_loop_by_key ) for (auto it = d.begin(); it != d.end(); ++it) - - -
( dict_loop_by_key_value_pair ) for (string& item: items) - - -