https://issues.dlang.org/show_bug.cgi?id=14301
--- Comment #4 from Vladimir Panteleev <[email protected]> --- (In reply to Dicebot from comment #1) > I don't see what can be done here to be honest. This is inherent flaw of D > module system - adding new symbols to Phobos/druntime will break user code > that already defined symbols with same name, std.algorithm.iteration.Cache is private, so we can rename it to something less likely to collide with user symbols without affecting user code. --
