*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/depth.html).* # Circle With Two Dots (`βš‡`) ## `π”½βš‡π•˜ 𝕩`, `𝕨 π”½βš‡π•˜ 𝕩`: Depth [β†’full documentation](../doc/depth.md#the-depth-modifier) Apply `𝔽` to the cells of the arguments at depth given in `π•˜`. Negative numbers count down from the top level and non-negative ones from the bottom up. 1βŠΈβ†“βš‡1 ⟨⟨1,2,3⟩, ⟨4,5,6⟩⟩ 1 β†“βš‡1 ⟨⟨1,2,3⟩, ⟨4,5,6⟩⟩ (+´↕)βš‡0 ⟨2,4β€Ώ7,3⟩ # Implements pervasion