Open aaron-skydio opened 2 years ago
Maybe constexpr function?
constexpr const char* KeyToSymbol(const sym::Key& key) { if (key == Var::VAR1) { } else { return "INVALID"; } }
Add function to sym::Values to take this and print with the symbol names
sym::Values
Maybe constexpr function?
Add function to
sym::Values
to take this and print with the symbol names