create_port_array!() { /* proc-macro */ }
Creates an array of ports.
port_array!(<comma_separated_list_of_name/port_pairs>)
Best to use with port generation macros: port_array!( inbound!(, , ), outbound!(, ), inoutbound!(. ) )