lattice.move
lattice_moveApply a lattice operator to a vertex (0-63) and return the resulting vertex, its six bits, dimensions, stratum, and derived reading.
Instructions
Apply a lattice operator to a vertex (0-63): succ (the wheel, +1 mod 64), neg (Swordsman reflection, 64−x), bnot (Mage antipode, 63−x), "flip " (one bit), or "to " (names the move). Returns the resulting vertex, its six bits (d1 protection … d6 value), dimensions, stratum, and a derived reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | succ | neg | bnot | flip <dim> | to <vertex> | |
| vertex | Yes |