( dict_loop )

凡例
対応コードあり
直接対応していないが代替の書き方あり
対応コードなし
-未確認
( .. )ローカライズまだ
Example Python
pytest
PHP
PHPUnit
Swift
Testing
Csharp
xunit
Bash
bats
Powershell
pester
C++
GoogleTest
JavaScript
Jest
Kotlin
jUnit
( dict_loop_by_key ) - - - - - for (auto it = d.begin(); it != d.end(); ++it) - -
( dict_loop_by_key_value_pair ) - - - - - for (string& item: items) - -