Reducing the inter-dependencies (in Phobos and at large)

Joshua Niehus jm.niehus at gmail.com
Wed Apr 24 08:56:45 PDT 2013


On Wednesday, 24 April 2013 at 12:03:52 UTC, Dmitry Olshansky 
wrote:
> E.g. std.regex would import std.concept.random to get 
> isUniformRNG and rely on duck typing thusly described to use it 
> correctly.
> Thoughts? Other ideas?

how would this be different then limited imports such as:
import std.random: isUniformRNG;
?


More information about the Digitalmars-d mailing list