static > B pnlStructWithTitle(S title, B l) { print(empty(title) ? nEntries(l) : title + " (" + l(l) + ")"); pnlStruct(l); ret l; }