bool
check_length (
list
(
α
)
 
l
, 
int
 
n)
Check that the list has the given lengthMore efficient that computing the length of the list and then comparing
against the desired length, because this function returns false earlier
if the list is very long

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.