data-length (data &key start end key)
Returns the number of data values in data.' Essentially, this is the Common<br> Lisp length' function, except it handles sequences where there is a start' or<br> end' parameter. The `key' parameter is ignored.