}
else
{
import std.string;
static assert (false, format("Cannot put a %s into a %s.", E.stringof, R.stringof));
//Helper function to handle chars as quickly and as elegantly as possible