Get the unqualified name of a type.
<mrdocs/Support/MapReflectedType.hpp>template<typename T>
constexpr
std::string_view
readableTypeName();
Extracts the name from PRETTY_FUNCTION (Clang/GCC) or FUNCSIG (MSVC).
E.g.: readableTypeName<mrdocs::FunctionSymbol>() -> "FunctionSymbol".