diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-20 20:09:47 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-20 20:09:47 +0100 |
| commit | dd67da34d17d54b3e70bd9fe42de19d64960b14f (patch) | |
| tree | 37b8505de6b73411bac9ec2c32ef04306ac0a3f6 /include/GenericsLibrary/iterator.nhh | |
| parent | 7267363ca6fd71cdccd09b80947fb870fb4a0d4f (diff) | |
feat: GenericsLibrary: v0.0.1 of the Nectar GL.v0.1.211.G
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/GenericsLibrary/iterator.nhh')
| -rw-r--r-- | include/GenericsLibrary/iterator.nhh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/GenericsLibrary/iterator.nhh b/include/GenericsLibrary/iterator.nhh index 13db042..302734c 100644 --- a/include/GenericsLibrary/iterator.nhh +++ b/include/GenericsLibrary/iterator.nhh @@ -8,6 +8,16 @@ impl iterator_traits { + let init() + { + return; + } + + let dispose() + { + return; + } + let begin(let it) { let end := it._begin; |
