#pragma once #include namespace hex::dec { fn demangle(str mangled_name) { return builtin::hex::dec::demangle(mangled_name); }; }