Skip to main content

create_port_array

Macro create_port_array 

Source
create_port_array!() { /* proc-macro */ }
Expand description

Creates an array of ports.

ยงUsage:

port_array!(<comma_separated_list_of_name/port_pairs>)

Best to use with port generation macros: port_array!( inbound!(, , ), outbound!(, ), inoutbound!(. ) )