| 6507 | using const_iterator = iterator; |
| 6508 | |
| 6509 | explicit Column(std::string const& text) { m_strings.push_back(text); } |
| 6510 | |
| 6511 | auto width(size_t newWidth) -> Column& { |
| 6512 | assert(newWidth > 0); |
nothing calls this directly
no outgoing calls
no test coverage detected