Re: [Vala] Null Coalescing Assignment Operator



    thing = thing ? create ();

I think you meant

thing = thing ?? create ();

Edward seems lazy and don't want to write "thing" two times ;-)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]