From a1230c628764261792317fc3eb555b194859d599 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 9 Mar 2026 19:33:34 +0100 Subject: [CHORE] Add requirements for GL. Signed-off-by: Amlal El Mahrouss --- doc/requirements/GenericsLibrary.Iterators.md | 12 ++++++++++++ doc/requirements/GenericsLibrary.md | 4 ---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 doc/requirements/GenericsLibrary.Iterators.md delete mode 100644 doc/requirements/GenericsLibrary.md diff --git a/doc/requirements/GenericsLibrary.Iterators.md b/doc/requirements/GenericsLibrary.Iterators.md new file mode 100644 index 0000000..8dd2aa1 --- /dev/null +++ b/doc/requirements/GenericsLibrary.Iterators.md @@ -0,0 +1,12 @@ +# GenericsLibrary: Iterators + +## Abstract: + +The 'Iterators' concept comes from Stepanov' STL and their papers, Nectar implements them in order to provide walkable traits to work on. + +## Example: + +```nectar + let it = trt.begin(); + it.leak().field_value; +``` \ No newline at end of file diff --git a/doc/requirements/GenericsLibrary.md b/doc/requirements/GenericsLibrary.md deleted file mode 100644 index 70dd624..0000000 --- a/doc/requirements/GenericsLibrary.md +++ /dev/null @@ -1,4 +0,0 @@ -# GenericsLibrary: The Standard Nectar framework. - -## Abstract: - -- cgit v1.2.3