oraqlle / cortexlib

A library of general purpose types, classes, functions, algorithms, utilities and other components for C++.
https://oraqlle.github.io/cortexlib/
MIT License
0 stars 0 forks source link

[Feature] Create print_box in details:: #21

Closed oraqlle closed 1 year ago

oraqlle commented 2 years ago

Create pretty printer for box in the details namespace.

Uses bars

| 1, 2, 3 |
| 4, 5, 6 |
| 7, 8, 9 |
oraqlle commented 1 year ago

Scrapped in favor of libfmt