Skip to content

Commit 860581a

Browse files
committed
add not about under rerank to rerank docs
1 parent eee60f6 commit 860581a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/primitive/defs.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,10 @@ primitive!(
805805
/// ex: ☇ ¯1 ↯2_3_3⇡18
806806
/// : ☇ ¯2 ↯2_3_3⇡18
807807
/// : ☇ ¯3 ↯2_3_3⇡18
808+
///
809+
/// [under][rerank] will set the rank back when it is done.
810+
/// ex: ⍜(☇1)□ ↯2_3_3⇡18
811+
/// ex: ⍜☇□ 2 ↯2_3_3⇡18
808812
(2, Rerank, DyadicArray, ("rerank", '☇')),
809813
/// Take the first n elements of an array
810814
///

0 commit comments

Comments
 (0)