Update TODO.md

This commit is contained in:
Zihan Chen
2019-09-04 16:50:51 -07:00
parent 13af03ab34
commit 5f9b70beb7
+2
View File
@@ -39,6 +39,8 @@ https://zhuanlan.zhihu.com/p/39369370
- or `IReadOnlyCollection`, `IWriteOnlyCollection`, `ICollection`
- `Slice`, `Contact` functions on interfaces
- Reflectable interfaces like `IReflectableReadableCollection<T>`, inherits from `IReadableCollection<T>` and `IReadableCollection<Value>`
- Remove `FOREACH` and `FOREACH_INDEXER`, replaced by range-based for loop
- Fix `Linq` so that lambda parameters can be `auto`, instead of specified `types`
### Workflow