Re: [Vala] Starting with Vala, problems with strings
- From: Frederik <scumm_fredo gmx net>
- To: vala-list <vala-list gnome org>
- Subject: Re: [Vala] Starting with Vala, problems with strings
- Date: Sun, 19 Apr 2009 23:33:38 +0200
Diego Jacobi wrote:
Why isnt string = GString ?
Also i am courius why is it called StringBuilder? It sound like "not a GString".
In order to resemble C# and Java which both have [s|S]tring and
StringBuilder.
string = char * (immutable)
StringBuilder = GString (mutable)
Regards,
Frederik
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]