Searched refs:tableAlignment (Results 1 – 2 of 2) sorted by relevance
109 auto tableAlignment(in Cpu[] cpus) in tableAlignment() function135 … return chain(only(tableHeader(cpus)), only(tableAlignment(cpus)), tableRows(oses, cpus, badges)); in table()
134 auto tableAlignment(in Os[] oses) in tableAlignment() function158 return chain(only(tableHeader(oses)), only(tableAlignment(oses)), in table()