std.experimental.color, request reviews
John Colvin via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 23 08:24:41 PDT 2015
On Tuesday, 23 June 2015 at 15:01:59 UTC, Adam D. Ruppe wrote:
> Just a quick concern, I don't think a package.d should ever
> have anything except imports in it. Put all the actual aliases
> and color lists in some other submodule that can be imported
> independently with minimal dependencies.
std/range/package.d and std/regex/package.d both have a bunch of
stuff in. Why not?
More information about the Digitalmars-d
mailing list