Glee Cheatsheet: Sequence Operators

Keys:
M: Monadic; D:
Dyadic;

Sequence Operators: (click for examples & comments)
M \ Segment CRLF D \ Segment on index D \| Segment Delimiter
M \~ Segment CRLF and eat D \~ Segment on index and eat D \|~ Segment Delimiter and eat
M > Enclose M \& Segment words      
D & Intersect D | Union D ~ Without
M , Ravel M ,| Make Column D ,| Catentate Column
M ,, Expose with space/lf separators M ,,\ Expose with lf/lf separators D ,, Expose w/supplied separators
M < Disclose M <** Disclose Deep D >** Set Depth
M & Unique       M ** Depth
D *& Mark All D *| Mark Any D *= Mark Equal
D ^& Contains D *< Mark First D *> Mark Last
D ` Index Of D `` Indices of D @& At Each