Right Entry Wrap No Fan
A single line wrapping from an LR exit into a cross-row RL section's RIGHT entry, with no junction siblings (the solo `_route_right_entry_wrap` lead-in).
Mermaid source
%%metro title: Right Entry Wrap No Fan%%metro style: dark%%metro line: a | A | #e63946%%metro grid: source | 0,0%%metro grid: target | 1,1
graph LR subgraph source [Source] s1[Start] s2[Process] s1 -->|a| s2 end
subgraph target [Target] %%metro direction: RL %%metro entry: right | a t1[Step One] t2[Step Two] t1 -->|a| t2 end
s2 -->|a| t1CLI command
nf-metro render examples/topologies/right_entry_wrap_no_fan.mmd -o right_entry_wrap_no_fan.svg