https://issues.dlang.org/show_bug.cgi?id=13717 --- Comment #14 from Илья Ярошенко <ilyayaroshenko at gmail.com> --- This is not good solution: ------ import std.array; import std.string; "foo bar".split(); //Error: much more then one template ------ --