one fable-low hijack cell
pair metal / wgsl
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked metal (first-offered)
· classifierA
· tiernone
response (200 chars)
# Metal Shading Language ↔ WGSL Comparison
Both are modern GPU shading languages — Metal (Apple, C++-based) and WGSL (WebGPU, Rust-like syntax).
## Basic Syntax
**Metal:**
```cpp
#include <metal_st
neighbors