String

struct String

Public Static Functions

template<class ...Args>
static inline std::string fmt(const std::string_view formatString, Args&&... args)
template<class T>
static inline std::string toString(T &&value)