Re: [Vala] Feature request: Syntactic sugar to map foo[index] to foo.get(index)
- From: Jürg Billeter <j bitron ch>
- To: Sandino Flores Moreno <tigrux gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Feature request: Syntactic sugar to map foo[index] to foo.get(index)
- Date: Mon, 01 Mar 2010 11:03:35 +0100
Hi,
On Mon, 2010-03-01 at 03:31 -0600, Sandino Flores Moreno wrote:
I noticed that Vala allows with Gee sequences the next mapping:
array_list[index] ---> array_list.get(index)
However, shouldn't it be possible in non-gee objects?
This is already the case, there is nothing Gee-specific in the compiler
(with the exception of the Genie parser).
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]