|
0dbb0ba515
|
iterator.go: new interface ExtIterator derived from Iterator
|
2024-05-04 00:28:17 +02:00 |
|
|
be874503ec
|
iterator.go: new error function errInvalidDataSource()
|
2024-05-01 05:46:24 +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 |
|
|
f03ae555fc
|
added the copywrite comment header in source files that lacked it
|
2024-04-13 06:00:22 +02:00 |
|
|
836a9165a5
|
Added Iterator interface and two implementation: list itrator and range iterator
|
2024-03-30 06:56:12 +01:00 |
|