set_length(s)
Return the number of elements in the set s.
s
set_length(#('a, 'b, 'c)) // 3
Core Module Index | Contents