3 lines
77 B
Text
3 lines
77 B
Text
>> items: [1 "a" "c" 1 3 4 5 "c" 3 4 5]
|
|
>> unique items
|
|
== [1 "a" "c" 3 4 5]
|