active-logic / active-logic/activelogic-cs
@for and @forall decorators
Ouverte
enhancement
- Langage dominant
- C#
- Étoiles
- 112
- Forks
- 6
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.