We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a870c7 commit a63ba4fCopy full SHA for a63ba4f
examples/distinct.janet
@@ -4,4 +4,5 @@
4
5
(distinct "bookkeeper") # -> @[98 111 107 101 112 114]
6
7
-(sort (map string/from-bytes (distinct "bookkeeper"))) # -> @["b" "e" "k" "o" "p" "r"]
+(sort (map string/from-bytes
8
+ (distinct "bookkeeper"))) # -> @["b" "e" "k" "o" "p" "r"]
0 commit comments