xxxxxxxxxx
import std.stdio;
import std.math;
void main()
{
string s = "wow";
foreach (c; s)
writeln(typeid(c));
}