Function Data-Length

Part of:

package cl-mathstats
( data-length &rest < args > )

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