On Friday, 24 January 2014 at 06:11:30 UTC, Uplink_Coder wrote:
I'm trying to serialize my struct through CT-Refelction
Maybe your _pod_ functions needs a parameter.
// take a look at std.conv.to
string toString(P)(P pod)
{
}
On Friday, 24 January 2014 at 06:11:30 UTC, Uplink_Coder wrote:
I'm trying to serialize my struct through CT-Refelction
Maybe your _pod_ functions needs a parameter.
// take a look at std.conv.to
string toString(P)(P pod)
{
}