Skip to content

Files

Latest commit

4821f23 · Jan 28, 2022

History

History
27 lines (14 loc) · 563 Bytes

range_windows.md

File metadata and controls

27 lines (14 loc) · 563 Bytes

View this file with results and syntax highlighting here.

Up Down Arrow ()

↕ 𝕩: Range

→full documentation

Return all indices that would index into an array of shape 𝕩.

When given a single number, range from 0 to 𝕩-1.

    ↕ 4

    ↕ 4‿5

𝕨 ↕ 𝕩: Windows

→full documentation

Overlapping slices from 𝕩 of shape 𝕨.

    5 ↕ "abcdefg"

    a ← 3‿3⥊↕9

    2‿2 ↕ a