set_to_list(s)
Return a list with all the elements of the set s.
s
set_to_list(#('a, 'b, 'c)) // ['a, 'b, 'c]
Core Module Index | Contents