3,056
edits
m (→Constants) |
m (→Monadic Array) |
||
Line 168: | Line 168: | ||
| <code>◰</code> || [[Nub Sieve|Unique]] || Get a mask of first occurrences of items in an array | | <code>◰</code> || [[Nub Sieve|Unique]] || Get a mask of first occurrences of items in an array | ||
|- | |- | ||
| <code>□</code> || [[Box]] || Turn an array into a box ([ | | <code>□</code> || [[Box]] || Turn an array into a box ([https://www.uiua.org/docs/box documentation]) | ||
|- | |- | ||
|} | |} | ||
==== Dyadic Array ==== | ==== Dyadic Array ==== | ||
Operate on two arrays | Operate on two arrays |