diff options
author | Araq <rumpf_a@web.de> | 2011-06-14 01:36:49 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-14 01:36:49 +0200 |
commit | ade67f1abcc29402b489e9f5940036276878fb18 (patch) | |
tree | c21aeca55a0b9137bf4479dcf67726b367ea1859 /web/news.txt | |
parent | ca637c019c13f552d0f44a18d3f3afe4b8a88832 (diff) | |
download | Nim-ade67f1abcc29402b489e9f5940036276878fb18.tar.gz |
intsets are now a proper module and part of the stdlib
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index f048ae541..d9b0ef6b2 100755 --- a/web/news.txt +++ b/web/news.txt @@ -51,6 +51,7 @@ Additions - Added ``lists`` module which contains generic linked lists. - Added ``sets`` module which contains generic hash sets. - Added ``tables`` module which contains generic hash tables. +- Added ``intsets`` module which contains a specialized int set data type. - Added ``scgi`` module. - Added ``smtp`` module. - Added ``re.findAll``, ``pegs.findAll``. |