Go to the first, previous, next, last section, table of contents.


|pairsUniq

Function: |pairsUniq { [] -> [] }
file: job.t
package: muf
status: alpha

Drop all adjacent repeated pairs in a block:

Stack: [ 0 0 1 1 0 0 1 1 |
|pairsSort
Stack: [ 0 0 0 0 1 1 1 1 |
|pairsUniq
Stack: [ 0 0 1 1 |

See section |pairsSort.


Go to the first, previous, next, last section, table of contents.