2016-04-03 95 views

回答

2

最簡單的方法是使用for理解:

(for ([item (in-set my-set)]) 
    (displayln item))