|
2c5f02cc69
|
list iterators now support start, stop e step
|
2024-05-04 08:07:49 +02:00 |
|
|
a736bba2c7
|
iter-list.go: now supports the 'index' command
|
2024-05-04 01:21:36 +02:00 |
|
|
6c604812ee
|
iter-list.go: implemntation of the ExtInterface and coperation reset
|
2024-05-04 00:35:27 +02:00 |
|
|
360ebce015
|
improved usability of the list iterator
|
2024-05-03 06:26:17 +02:00 |
|
|
49904f9097
|
the new ListType type takes the of []any
|
2024-05-01 21:47:27 +02:00 |
|
|
aa66d07caa
|
Iterators now support generic operation interface based on methods HasOperation() and CallOperation().
Also fixed mul() function that called doAdd() instead of doMul().
|
2024-04-28 06:45:39 +02:00 |
|
|
7941c2dfec
|
the FlatArrayIterator has been moved to the new file iter-list.go
|
2024-04-26 04:30:43 +02:00 |
|