EnzymeAD / EnzymeAD/Reactant.jl
Short circuiting statements
Open
- Dominant language
- Julia
- Stars
- 370
- Forks
- 74
- Avg merge
- 18h 47m
- Merged PRs (30d)
- 30
Description
@avik-pal we should be able to replace a || b and related short circuting ops with
```
a = expr1
result = if a {
a
} else {
expr2
}
```
no?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.