Skip to content

Latest commit

 

History

History
49 lines (45 loc) · 1012 Bytes

2023-10-11-MG.md

File metadata and controls

49 lines (45 loc) · 1012 Bytes

Links

Cutting/Splitting
- _chunk         (int)
- _chunk_by_     (binary_pred)
- _chunk_by_key_ (unary_pred)

APL

      5
1 2 3 4 5
      +/5
15
      +\5
1 3 6 10 15
      5
5 4 3 2 1
      25
3 4 5 1 2
       1 0 0 1 1 1 0 1
┌─┬─────┬─┐
│11 1 11│
└─┴─────┴─┘
      ¨ 1 0 0 1 1 1 0 1
1 3 1
      {} 1 0 0 1 1 1 0 1
┌─┬─────────┐
│11 4 5 6 8│
├─┼─────────┤
│02 3 7    │
└─┴─────────┘
      {,} 1 0 0 1 1 1 0 1
1 5
0 3

Uiua

⊜⧻.[1 0 0 1 1 1 0 1]