Skip to content

Commit

Permalink
give orient a glyph
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 19, 2024
1 parent b05c72a commit 9fe0eac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/primitive/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1246,15 +1246,15 @@ primitive!(
/// Positive indices start from the leading axis. Negative indices start from the trailing axis.
/// ex: # Experimental!
/// : °△ 2_3_4
/// : orient 1 .
/// : 1 .
/// ex: # Experimental!
/// : △ orient 2_1 °△ 2_3_4_5
/// : △ 2_1 °△ 2_3_4_5
/// [orient]`¯1` is equivalent to [un][transpose].
/// ex: # Experimental!
/// : °△ 2_3_4
/// : ∩△ ⊃°⍉(orient¯1)
/// : ∩△ ⊃°⍉(¯1)
/// Currently, all uses of [orient] can be written with sequences of [transpose] and [rows].
(2, Orient, DyadicArray, "orient"),
(2, Orient, DyadicArray, ("orient", '⮌')),
/// The n-wise windows of an array
///
/// ex: ◫2 .⇡4
Expand Down

0 comments on commit 9fe0eac

Please sign in to comment.