Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 294 Bytes

set-list.md

File metadata and controls

14 lines (8 loc) · 294 Bytes

set-list

This function returns a vector containing all the items in the set in sorted order.

Examples

  • (set-list (new-set "b" "a" "a" ))["a" "b"]

Forms

(set-list set:set)vector

This form returns a vector containing all the items in the set in sorted order.