Manipulating alias sequences

Stefan Koch uplink.coder at googlemail.com
Mon Jul 15 14:15:41 UTC 2019


On Monday, 15 July 2019 at 13:40:29 UTC, Ben Ogles wrote:
> I have written a simple function that can call another function 
> over integral types with random arguments:
>
> [...]

You cannot. meta-programming and compile-time evaluation are 
supposed to be deterministic,
and hence cannot take random values.



More information about the Digitalmars-d-learn mailing list