( dict_init )

凡例
対応コードあり
直接対応していないが代替の書き方あり
対応コードなし
-未確認
( .. )ローカライズまだ
Example Python
pytest
PHP
PHPUnit
Swift
Testing
Csharp
xunit
Bash
bats
Powershell
pester
C++
GoogleTest
JavaScript
Jest
Kotlin
jUnit
( init_empty_dict ) - - - - - {} - -
( init_dict ) { k1: v1, .. } - - - - - { {k1, v1}, .. } - -
( set_dict_elem ) d[k] = v - - - - - d[k] = v - -
( init_empty_array ) - - - - - - - -
( init_array ) - [ k1 => v1, ... ] - - - - - - -
( set_array_element ) - $d[$k] = $v - - - - - - -