JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(distinct [1 1 2 3]) # => @[1 2 3] (distinct "hello") # => @[104 101 108 111] (string/from-bytes (splice (distinct "hello"))) # => "helo"