Should we add `a * b` for vectors?

Timon Gehr timon.gehr at gmx.ch
Thu Oct 5 09:26:44 UTC 2017


On 05.10.2017 11:21, Walter Bright wrote:
> Seems to me just add:
> 
>    public import crng;
> 
> to the module defining struct Crng.

(That module is crng itself.)

The "fix" is to add

     public import crng;

to _std.range_.


More information about the Digitalmars-d mailing list