File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
source/tutorials/programming-language/main/04-00-advanced-features Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,6 @@ Vala recognizes some methods with certain names and signatures and provides synt
21
21
| T2 index2, T3 item)`` | index1, index2] = item`` |
22
22
+----------------------------------+---------------------------------------+
23
23
24
- +--------------------------------------------------------------------------+
25
- | **Indexers ** |
26
- +================================+=========================================+
27
- | ``T2 get(T1 index) `` | Index access: ``obj[index] `` |
28
- +--------------------------------+-----------------------------------------+
29
- | ``void set(T1 index, T2 item)``| Index assignment: ``obj[index] = item `` |
30
- +--------------------------------+-----------------------------------------+
31
-
32
24
+-----------------------------------+--------------------------------------+
33
25
| **Others ** |
34
26
+===================================+======================================+
You can’t perform that action at this time.
0 commit comments