Checking function parameters in Phobos

Meta jared771 at gmail.com
Tue Nov 26 20:35:42 PST 2013


On Tuesday, 26 November 2013 at 20:14:15 UTC, inout wrote:
> Any operation that expects int will essentially discard all the 
> qualifiers.

It isn't surprising that any operation that expects int will get 
int. To take advantage of Validated, an operation has to expect 
Validated.


More information about the Digitalmars-d mailing list