xxxxxxxxxx
struct Thing
{
import std.string : indexOf;
}
void main()
import std.stdio : writeln;
Thing thing;
with (thing)
writeln(typeof(indexOf).stringof);