Up Down Arrow (โ†•)

January 28, 2022 ยท View on GitHub

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