> Subject: Re: [Vala] Proper Syntax for Array of Nullable Strings > From: [email protected] > To: [email protected] > CC: [email protected] > Date: Wed, 20 Jan 2010 23:08:19 +0100 > > tecywiz121 píše v St 20. 01. 2010 v 16:49 -0500: > > I am just wondering if it is possible to have an array of nullable > > strings, and if so, what is the proper syntax? > > > > Sam > > > > I believe array of class type can always contain nulls. Or am I > mistaken?
Doesn't that defeat the purpose of having non-nullable types by default? > Hi, > 2010/1/20 tecywiz121 <[email protected]>: > > I am just wondering if it is possible to have an array of nullable > > strings, and if so, what is the proper syntax? > I think it is : string?[] > HTH, > AbderrahimWhat about for value types, like float?
_______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
