Element - ÞU
- Uniquify Mask
Description
A list of booleans describing which elements of a will remain after uniquifying.
Overloads
any
-a list of booleans describing which elements of a will remain after uniquifying
Examples
⟨1|2|3|1|2|3⟩ ÞU
=⟨1|1|1|0|0|0⟩
⟨1|1|1|2|3|1|2|2|1|3⟩ ÞU
=⟨1|0|0|1|1|0|0|0|0|0⟩
123123 ÞU
=⟨1|1|1|0|0|0⟩
`abacaba` ÞU
=⟨1|1|0|1|0|0|0⟩