Re: [Vala] How to check if GLib.List is empty?



var list = new List<string>();
Looks nice and clean.
Thanks.

02.12.2014, 17:54, "Luca Bruno" <lethalman88 gmail com>:
On 02/12/2014 16:51, Dmitry Golovin wrote:
 List<string> list = new List<>();
 Would diamond operator be implemented in the future? Anyone needs it?

var list = new List<string>();


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