( array )
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| Feature | Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|---|
| ( aggregate ) | ( array_max ) | → | - | - | - | - |
| ( array_max_value_by_key ) | → | - | - | - | - | |
| ( array_max_item_by_key ) | → | - | - | - | - | |
| ( array_min ) | → | - | - | - | - | |
| ( array_sum ) | → | - | - | - | - | |
| ( array_average ) | → | - | - | - | - | |
| ( array_convert ) | ( transpose ) | → | - | - | - | - |
| ( remove_duplicates_order_insensitive ) | → | - | - | - | - | |
| ( remove_duplicates_preserving_order ) | → | - | - | - | - | |
| ( convert_array_to_dict ) | → | - | - | - | - | |
| ( zip_arrays ) | → | - | - | - | - | |
| ( array_init ) | ( init_empty_array ) | → | → | → | → | - |
| ( init_empty_set ) | → | → | → | → | - | |
| ( init_array ) | → | → | → | → | - | |
| ( init_tuple ) | → | - | → | - | - | |
| ( is_tuple_allows_size_1 ) | → | - | → | - | - | |
| ( init_array_allows_last_comma ) | → | - | - | - | - | |
| ( init_set ) | → | - | - | - | - | |
| ( sequence_1_to_n ) | → | - | - | → | - | |
| ( sequence_n_to_1 ) | → | - | - | - | - | |
| ( sequence_step_by_x ) | → | - | - | - | - | |
| ( sequence_a_to_z ) | → | - | - | - | - | |
| ( init_with_size ) | → | - | - | - | - | |
| ( immutable_array ) | → | - | - | - | - | |
| ( immutable_set ) | → | - | - | - | - | |
| ( named_tuple ) | → | - | → | - | - | |
| ( set_to_array ) | → | → | - | - | - | |
| ( sequence_ato_z ) | - | - | - | → | - | |
| ( test_immutable_array ) | - | - | - | → | - | |
| ( test_immutable_set ) | - | - | - | → | - | |
| ( array_loop ) | ( array_foreach ) | → | → | - | - | - |
| ( array_foreach_with_index ) | → | - | - | - | - | |
| ( array_for_in ) | → | - | - | - | - | |
| ( loop_multiple_items_together ) | → | - | - | - | - | |
| ( get_items_by_n_count ) | → | - | - | - | - | |
| ( array_ops ) | ( push_item ) | → | - | → | - | - |
| ( concat_in_place ) | → | - | - | - | - | |
| ( concat_into_new_items ) | → | - | - | - | - | |
| ( pop_item ) | → | - | - | - | - | |
| ( clear_in_place ) | → | - | - | - | - | |
| ( clear_by_reassign ) | → | - | - | - | - | |
| ( item_size ) | → | - | - | - | - | |
| ( insert_item_by_position ) | → | - | - | - | - | |
| ( unshift ) | → | - | - | - | - | |
| ( shift ) | → | - | - | - | - | |
| ( deep_copy ) | → | - | - | - | - | |
| ( array_search ) | ( array_contains ) | → | - | - | - | - |
| ( array_indexof ) | → | - | - | - | - | |
| ( array_indexof_when_not_found ) | → | - | - | - | - | |
| ( array_split ) | ( slice_from_m_to_n ) | → | → | - | - | - |
| ( slice_from_m_to_end ) | → | → | - | - | - | |
| ( flatten ) | → | - | - | - | - | |
| ( first_element ) | → | - | - | - | - | |
| ( last_element ) | → | - | - | - | - | |
| ( remove_nth_element ) | → | - | - | - | - | |
| ( replace_partial ) | → | - | - | - | - | |
| ( functional ) | ( map_with_comprehension ) | → | - | - | - | - |
| ( map_with_lambda ) | → | - | - | - | - | |
| ( map_with_named_function ) | → | - | - | - | - | |
| ( filter_with_comprehension ) | → | - | - | - | - | |
| ( filter_with_lambda ) | → | - | - | - | - | |
| ( filter_with_named_function ) | → | - | - | - | - | |
| ( example_exclude_empty_elements ) | → | - | - | - | - | |
| ( example_trim_trailing_empty_elements ) | → | - | - | - | - | |
| ( example_quote_and_join ) | → | - | - | - | - | |
| ( set_operation ) | ( union ) | → | → | - | - | - |
| ( union_destructive ) | → | - | - | - | - | |
| ( intersection ) | → | → | - | - | - | |
| ( difference ) | → | → | - | - | - | |
| ( add ) | → | → | - | - | - | |
| ( is_subset ) | → | → | - | - | - | |
| ( sort ) | ( sorted ) | → | - | - | - | - |
| ( sort_in_place ) | → | - | - | - | - | |
| ( sort_reversed ) | → | - | - | - | - | |
| ( reversed ) | → | - | - | - | - | |
| ( sorted_by_col_index ) | → | - | - | - | - | |
| ( sorted_by_dict_key ) | → | - | - | - | - | |
| ( sorted_by_class_member ) | → | - | - | - | - | |
| ( sorted_by_multiple_keys ) | → | - | - | - | - | |
| ( sort_by_custom_func ) | → | - | - | - | - | |
| ( sort_func_helper ) | → | - | - | - | - | |
| ( sort_with_natural_order ) | → | - | - | - | - | |
| ( shuffle ) | → | - | - | - | - | |
| ( example_insert_into_sorted_array ) | → | - | - | - | - |