one fable-low hijack cell
pair r / zig
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked r (first-offered)
· classifierA
· tiernone
response (200 chars)
I'm not sure what you're asking — here are a few possibilities:
1. **Zig's `||` operator**: In Zig, `||` is **not** logical OR — it merges error sets:
```zig
const MyErrors = error{NotFound} ||
neighbors