On Wednesday, 12 November 2014 at 17:52:27 UTC, Dicebot wrote: > Will this work? > > static import std.string; > deprecated public alias split = std.string.split; Yes, but not for all cases. If I have code where I import std.string and use std.algoritm.startsWith(...), then it would not work