macro_rules! port_array_init { ($size:literal, $($content:expr),+ $(,)?) => { ... }; }
Creation macro for PortArray init function
PortArray