one fable-low hijack cell
pair metal / wgsl
envelope code_haskell_alt
ordering BA
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked metal (first-offered)
· classifierA
· tiernone
response (200 chars)
# WGSL ↔ Metal Shading Language (MSL) Cheat Sheet
## Basic Types
| WGSL | MSL |
|------|-----|
| `f32` | `float` |
| `f16` | `half` |
| `i32` | `int` |
| `u32` | `uint` |
| `bool` | `bool` |
| `vec2
neighbors