diff options
author | Araq <rumpf_a@web.de> | 2015-01-28 10:52:13 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-01-28 12:59:04 +0100 |
commit | dbe71c715edc0eaa22a7d623da0851c6627a81ac (patch) | |
tree | 8b031a2342cfbe1f334d7482bd5efa3c647d9ea4 /lib/pure/collections/sets.nim | |
parent | 85ae439bb8f3aa207a2cc3bc868a94d4e9025ad5 (diff) | |
download | Nim-dbe71c715edc0eaa22a7d623da0851c6627a81ac.tar.gz |
documented new C++ support
Diffstat (limited to 'lib/pure/collections/sets.nim')
-rw-r--r-- | lib/pure/collections/sets.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pure/collections/sets.nim b/lib/pure/collections/sets.nim index 8af0b3118..4cc46149e 100644 --- a/lib/pure/collections/sets.nim +++ b/lib/pure/collections/sets.nim @@ -7,7 +7,8 @@ # distribution, for details about the copyright. # -## The ``sets`` module implements an efficient hash set and ordered hash set. +## The ``sets`` module implements an efficient `hash set`:idx: and +## ordered hash set. ## ## Hash sets are different from the `built in set type ## <manual.html#set-type>`_. Sets allow you to store any value that can be |