( array_transform )

凡例
対応コードあり
直接対応していないが代替の書き方あり
対応コードなし
-未確認
( .. )ローカライズまだ
Example Python
pytest
PHP
PHPUnit
Swift
Testing
Csharp
xunit
Bash
bats
Powershell
pester
C++
GoogleTest
JavaScript
Jest
Kotlin
jUnit
( transpose ) map(list, zip(*items)) - - - - - - - -
( remove_duplicates_order_insensitive ) - - - - - - - -
( remove_duplicates_preserving_order ) - - - - - - - -
( convert_array_to_dict ) {k: v for k, v in rows} - - - - - - - -
( zip_arrays ) zip(col1, col2) - - - - - - - -
( flatten ) comprehension - - - - - - - -