create_port_vec!() { /* proc-macro */ }
Creates a list of ports.
port_list!(<comma_separated_list_of_name/port_pairs>)
Best to use with port generation macros: port_list!( inoutbound!(, , ), inbound!(, ), outbound!(. ) )