Steppable 0.0.1
A CAS project written from scratch in C++
|
Contains string values of dots to be graphed on the screen. More...
Variables | |
constexpr std::string_view | ROUND_DOT = "\u25CF" |
Round dot. | |
constexpr std::string_view | BLOCK = "\u2588" |
Solid-filled block. | |
constexpr std::string_view | LIGHT_BLOCK_1 = "\u2591" |
Lightly-filled block. | |
constexpr std::string_view | LIGHT_BLOCK_2 = "\u2592" |
Medium-lightly-filled block. | |
constexpr std::string_view | LIGHT_BLOCK_3 = "\u2593" |
More densly-filled block. |
Contains string values of dots to be graphed on the screen.
|
constexpr |
Solid-filled block.
|
constexpr |
Lightly-filled block.
|
constexpr |
Medium-lightly-filled block.
|
constexpr |
More densly-filled block.
|
constexpr |
Round dot.