std.string import cleanup: how to fix regression?

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 12 09:52:26 PST 2014


Will this work?

static import std.string;
deprecated public alias split = std.string.split;


More information about the Digitalmars-d mailing list