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;
?

Reply via email to