static S hSingleRowTable_withSpacing(int spacing, O... elements) { ret tag('table, tr( join("", concatMap_strings(f td_top, nonNulls(elements))))); }