active-logic / active-logic/activelogic-cs
@for and @forall decorators
Đang mở
enhancement
- Ngôn ngữ chính
- C#
- Star
- 112
- Fork
- 6
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Currently there isn't a decorator for applying an action to a list of target objects.
For example, if we had an IEnumerable list of waypoints, we may wish to visit all waypoints in turn; maybe something like:
```
@for(waypoints)?[ Reach ] // Reach: Func
```
`@forall` would do the same assuming parallelism.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.