2 lines
86 B
Racket
2 lines
86 B
Racket
(define (unique/hash lst)
|
|
(hash-keys (for/hash ([x (in-list lst)]) (values x #t))))
|