☰
In difft::display::context
Functions
add_context
add_ends
after_with_opposites
all_lines
all_matched_lines
all_matched_lines_filled
before_with_opposites
calculate_after_context
calculate_before_context
compact_gaps
ensure_contiguous
flip_tuple
flip_tuples
match_blanks_before
match_blanks_between
match_preceding_blanks
matched_lines_from_unchanged
merge_in_opposite_lines
opposite_positions
pad_after
pad_before
?
Function
difft
::
display
::
context
::
flip_tuples
source
·
[
−
]
pub(crate) fn flip_tuples<Tx:
Copy
, Ty:
Copy
>( items: &[
(Tx, Ty)
] ) ->
Vec
<
(Ty, Tx)
>