an old topic (pun intended)

bearophile bearophileHUGS at lycos.com
Thu Oct 27 02:34:21 PDT 2011


> out(result, exprX, exprY) {

If you don't need to use the method result too, then you probably write something like:

out(_, exprX, exprY) {

If the method is void then the _ has no value. Is this possible and good?

Bye,
bearophile


More information about the Digitalmars-d mailing list