[Vala] tuple in list manipulation question
- From: san hoi <hoisan49 gmail com>
- To: vala-list gnome org
- Subject: [Vala] tuple in list manipulation question
- Date: Fri, 21 May 2010 15:39:22 +0900
1. string => string[] => List(Tuple(a1,b1), ...) => Dict(a1: b1, ...) items
2. string => string[] => List(Tuple(a1,b1,c1), ...) => double loop
I would like to do well in first case.
Is there a better way to do this? Regards.
[1] http://codepad.org/md9P4cTf
[2] http://codepad.org/bHUR2Dgg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]