It will not work with the data like this
a1: ["olp" "love" "string" "love"] a2: ["ulove" "alove" "holp" "sholp","vfmstring"] r: ["love" "olp" "string"]
Because dedupe - "Returns a lazy sequence removing consecutive duplicates in coll."
dedupe
Loading collection data...
It will not work with the data like this
a1: ["olp" "love" "string" "love"]
a2: ["ulove" "alove" "holp" "sholp","vfmstring"]
r: ["love" "olp" "string"]
Because
dedupe
- "Returns a lazy sequence removing consecutive duplicates in coll."