summaryrefslogtreecommitdiffhomepage
path: root/doc/requirements/GenericsLibrary.Iterators.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/requirements/GenericsLibrary.Iterators.md')
-rw-r--r--doc/requirements/GenericsLibrary.Iterators.md12
1 files changed, 12 insertions, 0 deletions
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