Re: [Vala] Generics and .to_string()




There is no such but you can write that interface:

For example:

public interface IStringable {
    public string get_string();
}

...extendable as needed.
BestRegards


Am Mittwoch, den 20.02.2013, 07:51 -0500 schrieb Albert Hopkins:






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