diff options
author | Araq <rumpf_a@web.de> | 2013-01-16 08:42:30 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-01-16 08:42:30 +0100 |
commit | c43697b59a08459fdfe41129b9ed0f96cf0150fa (patch) | |
tree | 8c1a9c2e3f4f915791922e45fcbaede72aa9c0b3 /todo.txt | |
parent | c9690864d4cf9945cb5eb9497f7621e56f9bebd0 (diff) | |
download | Nim-c43697b59a08459fdfe41129b9ed0f96cf0150fa.tar.gz |
implemented generic multi methods
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index dd3290117..ab7c4f2f7 100755 --- a/todo.txt +++ b/todo.txt @@ -15,7 +15,6 @@ version 0.9.X - test&finish first class iterators: * nested iterators - implement the missing features wrt inheritance -- implement generic methods - improve the compiler as a service - ``=`` should be overloadable; requires specialization for ``=`` - implement constructors + full 'not nil' checking |