set_to_list


set_to_list(s)
      

Return a list with all the elements of the set s.

Examples:


set_to_list(#('a, 'b, 'c))
// ['a, 'b, 'c]
      

Also see:

array_to_list


Core Module Index | Contents