Visual D evaluate simple functions for information

Josphe Brigmo JospheBrigmo at gmail.com
Thu Sep 13 09:32:46 UTC 2018


Also, for functions with multiple arguments such as

foo("a"~"asdf", 3 + 6);

It would be nice to show the arguments evaluated so we know what 
is going in to them rather than having to guess or use templates.

So the display string might show

foo("aasdf", 9) = 4

Thanks.



More information about the Digitalmars-d-ide mailing list