Re: [Vala] vala-list.gnome.org



On Wed, 2009-11-18 at 12:34 +0100, Julian Andres Klode wrote:
On Wed, Nov 18, 2009 at 10:04:20AM +0100, pancake wrote:
Something like this will be good to have in the language:

using Gee (ArrayList);

So if you useArrayList in the code. The compiler will get it from
Gee. Likethe from import syntax in python or the static import in
java.

or doing it the C# way of:
      using ArrayList = Gee.ArrayList;
Which explains itself very well.

This is planned to be added to Vala as well.

Jürg




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