one fable-low hijack cell
pair r / rust
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked rust (second-offered)
· classifierB
· tiernone
response (200 chars)
Not sure exactly what you're after — here are a few likely interpretations:
## If you mean the `||` operator:
**Rust** — logical OR, short-circuiting, works only on `bool`:
```rust
let x = true || f
neighbors