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