diff options
Diffstat (limited to 'dzref')
| -rwxr-xr-x | dzref | 20 |
1 files changed, 2 insertions, 18 deletions
@@ -21,19 +21,6 @@ _depthOp_←{ Nat←IsArray◶⟨0⊸≤∧⌊⊸=,0⟩ -_onAxes_←{ - F←𝔽 - (𝔾<≡)∘⊣◶{ # One axis - ! 1≤=𝕩 - 𝕨F𝕩 - }‿{ # Multiple axes - ! 1≥=𝕨 - ! 𝕨≤○≠≢𝕩 - R←{(⊑𝕨)F(1↓𝕨)⊸R˘𝕩}⍟{0<≠𝕨} - 𝕨R𝕩 - } -} - Windows←{ ! IsArray 𝕩 ! 1≥=𝕨 @@ -44,10 +31,7 @@ Windows←{ 𝕨{(∾⟜(𝕨≠⊸↓≢𝕩)∘≢⥊>)<¨⊸⊏⟜𝕩¨s(¬+⌜○↕⊢)⥊𝕨}⍟(0<≠𝕨)𝕩 } -Rotate ← ⌽ _onAxes_ 0 - ↕ ↩ ↕ ⊘ Windows -⌽ ↩ ⌽ ⊘ Rotate #⌜ @@ -99,7 +83,7 @@ ProgressiveIndexOf ← {𝕨⊐○(≍˘⟜OccurrenceCount𝕨⊸⊐)𝕩} X←Raw←{F:≤4} {v: chrs←⟨ - "∾↕⌽⊐⊒∊⍷" + "∾↕⊐⊒∊⍷" "" "⚇" ⟩ @@ -122,7 +106,7 @@ X←Raw←{F:≤4} ⍎¨ ⟨ "IsArray ← 0≠≡" - ⟩∾Mod⟜⥊¨ "↕∾⌽⊐" + ⟩∾Mod⟜⥊¨ "↕∾⊐" # checks if line is a builtin redefinition |
