set_length


set_length(s)
      

Return the number of elements in the set s.

Examples:


set_length(#('a, 'b, 'c))
// 3
      

Also see:

length
count


Core Module Index | Contents