struct2str

//////////////////// Convert structs Converts structs to strings Function is not using to!string so inner elements might be displayed differently ex. enums (they are displayeed as numbers) Elements which cannot be converted are skipped

string
struct2str
(
T
)
(
auto ref const T s
,
char[] buff
)

Meta