length($list)
Return the length of a list.
This can return the number of pairs in a map as well.
Examples:
length(10px) => 1 length(10px 20px 30px) => 3 length((width: 10px, height: 20px)) => 2
Parameters:
Returns:
Please login to continue.
Please login to continue.