From dd67da34d17d54b3e70bd9fe42de19d64960b14f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 20 Jan 2026 20:09:47 +0100 Subject: feat: GenericsLibrary: v0.0.1 of the Nectar GL. Signed-off-by: Amlal El Mahrouss --- include/GenericsLibrary/iterator.nhh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/GenericsLibrary/iterator.nhh') 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; -- cgit v1.2.3