diff options
author | Araq <rumpf_a@web.de> | 2011-07-31 01:11:34 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-07-31 01:11:34 +0200 |
commit | 00da785f5dce911321f63230b7f87a7d143d2133 (patch) | |
tree | 5230cfc893dfd16b24ba33c093544f5806d270f0 /web/news.txt | |
parent | 05cffb9370d05e810f30925a0b925f71ba6c2422 (diff) | |
download | Nim-00da785f5dce911321f63230b7f87a7d143d2133.tar.gz |
void type for generics
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index d919fc6cd..b6776bbb2 100755 --- a/web/news.txt +++ b/web/news.txt @@ -39,6 +39,8 @@ Language Additions ------------------ - Added new ``is`` and ``of`` operators. +- The built-in type ``void`` can be used to denote the absense of any type. + This is only needed in generic contexts. Compiler Additions |