summaryrefslogtreecommitdiffhomepage
path: root/doc/requirements/GenericsLibrary.Iterators.md
blob: 7faf1ed1623dab506815cb756c8c6fa1590b9698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# GenericsLibrary: Iterators Requirements:

## 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;
```