Lazy S ()

𝕩: Join

→full documentation

Join all elements of 𝕩 together.

Element ranks must be compatible.

↗️
     12, 3, 45
⟨ 1 2 3 4 5 ⟩

    m  (31425) ¨ 23⥊↕6

     m
┌─                       
╵ 0 0 0 0 1 1 2 2 2 2 2  
  0 0 0 0 1 1 2 2 2 2 2  
  0 0 0 0 1 1 2 2 2 2 2  
  3 3 3 3 4 4 5 5 5 5 5  
                        ┘

𝕨 𝕩: Join To

→full documentation

Join 𝕨 to 𝕩 along the first axis.

↗️
    "abcd"  "EFG"
"abcdEFG"

    a  33  9

    c  43  12

    ac
┌─         
╵ 0  1  2  
  3  4  5  
  6  7  8  
  0  1  2  
  3  4  5  
  6  7  8  
  9 10 11  
          ┘