aboutsummaryrefslogtreecommitdiff
path: root/help/suffixes_drop.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/suffixes_drop.md')
-rw-r--r--help/suffixes_drop.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/suffixes_drop.md b/help/suffixes_drop.md
index e2e8d624..b23989b5 100644
--- a/help/suffixes_drop.md
+++ b/help/suffixes_drop.md
@@ -3,6 +3,7 @@
# Down Arrow (`↓`)
## `↓ 𝕩`: Suffixes
+[→full documentation](../doc/prefixes.md)
Suffixes of array `𝕩` along its first axis.
@@ -15,6 +16,7 @@ Suffixes of array `𝕩` along its first axis.
## `𝕨 ↓ 𝕩`: Drop
+[→full documentation](../doc/take.md)
For each integer in `𝕨`, drop that many elements from the beginning of each dimension of `𝕩`.