∨
∨ 𝕩
→full documentation
Sort array 𝕩 in descending order.
𝕩
∨ 3‿1‿4‿1‿5 ⟨ 5 4 3 1 1 ⟩
𝕨 ∨ 𝕩
Logical Or of 𝕨 and 𝕩.
𝕨
Pervasive.
1 ∨ 0 1 1‿0 ∨ 1‿1 ⟨ 1 1 ⟩ 0 ∨ 0 0