Re: [Vala] Null Coalescing Assignment Operator
- From: Ulink <ulink gmx at>
- To: vala-list gnome org
- Subject: Re: [Vala] Null Coalescing Assignment Operator
- Date: Sun, 28 May 2017 10:20:45 +0200
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]