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