equal
deleted
inserted
replaced
1 /*! |
1 /*! |
2 |
2 |
3 |
3 |
4 |
4 |
5 \page maps Maps |
5 \page maps-page Maps |
6 |
6 |
7 Maps play central role in LEMON. As their name suggests, they map a |
7 Maps play central role in LEMON. As their name suggests, they map a |
8 certain range of \e keys to certain \e values. Each map has two |
8 certain range of \e keys to certain \e values. Each map has two |
9 <tt>typedef</tt>'s to determine the types of keys and values, like this: |
9 <tt>typedef</tt>'s to determine the types of keys and values, like this: |
10 |
10 |