string decodeURIHost(T)(T source)
{
}
But I like it less and I still don't know how to combine template
params deduction with setting second param.
string decodeURIHost(T, bool formEncoding)(T source) {}
string decodeURIHost(T)(T source)
{
}
But I like it less and I still don't know how to combine template
params deduction with setting second param.
string decodeURIHost(T, bool formEncoding)(T source) {}