diff options
author | Araq <rumpf_a@web.de> | 2012-07-20 08:49:42 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-20 08:49:42 +0200 |
commit | 1c6f14deeeb3dc6acb41efba886e4999a8621a4a (patch) | |
tree | fc7d16bef573ed2423bc8961f9b6ebba681ea4ed /web/news.txt | |
parent | 43f057c5aa23cf2cc441906737cd53fda90811c7 (diff) | |
download | Nim-1c6f14deeeb3dc6acb41efba886e4999a8621a4a.tar.gz |
added system.compiles
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 fc879f474..b99d97f91 100755 --- a/web/news.txt +++ b/web/news.txt @@ -61,6 +61,8 @@ Library Additions for managing time. - Added ``system.@`` for converting an ``openarray`` to a ``seq`` (it used to only support fixed length arrays). +- Added ``system.compiles`` which can be used to check whether a type supports + some operation. Changes affecting backwards compatibility |