active-logic / active-logic/activelogic-cs
@for and @forall decorators
オープン
enhancement
- 主要言語
- C#
- スター
- 112
- フォーク
- 6
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。