mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-28 18:55:53 +08:00
Update TODO.md
This commit is contained in:
@@ -48,7 +48,7 @@ https://zhuanlan.zhihu.com/p/39369370
|
|||||||
- API to import and export fake types (ITypeDescriptor that cannot be executed)
|
- API to import and export fake types (ITypeDescriptor that cannot be executed)
|
||||||
- Interfaces for collections types like `IReadableCollection<T>`
|
- Interfaces for collections types like `IReadableCollection<T>`
|
||||||
- or `IReadOnlyCollection`, `IWriteOnlyCollection`, `ICollection`
|
- or `IReadOnlyCollection`, `IWriteOnlyCollection`, `ICollection`
|
||||||
- `Slice`, `Contact` functions on interfaces
|
- `Slice`, `Concat` functions on interfaces
|
||||||
- Reflectable interfaces like `IReflectableReadableCollection<T>`, inherits from `IReadableCollection<T>` and `IReadableCollection<Value>`
|
- Reflectable interfaces like `IReflectableReadableCollection<T>`, inherits from `IReadableCollection<T>` and `IReadableCollection<Value>`
|
||||||
- Remove `FOREACH` and `FOREACH_INDEXER`, replaced by range-based for loop
|
- Remove `FOREACH` and `FOREACH_INDEXER`, replaced by range-based for loop
|
||||||
- Fix `Linq` so that lambda parameters can be `auto`, instead of specified `types`
|
- Fix `Linq` so that lambda parameters can be `auto`, instead of specified `types`
|
||||||
@@ -93,6 +93,7 @@ https://zhuanlan.zhihu.com/p/39369370
|
|||||||
- Ncurses on Ubuntu
|
- Ncurses on Ubuntu
|
||||||
- macOS
|
- macOS
|
||||||
- Web Assembly
|
- Web Assembly
|
||||||
|
- Virtual Screen version of INativeController so that only one native window is needed for the whole GacUI application
|
||||||
|
|
||||||
### Graphics
|
### Graphics
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user