Non-nullable references, again

Jarrett Billingsley jarrett.billingsley at gmail.com
Fri Jan 2 17:44:21 PST 2009


On Fri, Jan 2, 2009 at 8:35 PM, Michel Fortin <michel.fortin at michelf.com> wrote:
>
> How's this different from
>
>        case a*.b:
>
> is this:
>
>        case ((a*).b):
>
> or is it:
>
>        case ((a) * (.b)):

What the heck is ((a*).b)?  * is not a postfix operator.



More information about the Digitalmars-d mailing list