active-logic / active-logic/activelogic-cs
@for and @forall decorators
Aperta
enhancement
- Lingua principale
- C#
- Stelle
- 112
- Fork
- 6
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.