static A pnlWithHeadingIfNempty(S heading, A l) { if (nempty(l)) pnlWithHeading(heading, l); ret l; }