1 # Array List |
1 # Array List |
|
2 |
|
3 <warning> |
|
4 Outdated - Rewrite! |
|
5 </warning> |
2 |
6 |
3 Since low-level array lists are just plain arrays, there is no need for such many low-level functions as for linked |
7 Since low-level array lists are just plain arrays, there is no need for such many low-level functions as for linked |
4 lists. |
8 lists. |
5 However, there is one extremely powerful function that can be used for several complex tasks: `cx_array_copy`. |
9 However, there is one extremely powerful function that can be used for several complex tasks: `cx_array_copy`. |
6 The full signature is shown below: |
10 The full signature is shown below: |