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.' Essentially, this is the Common Lisp `length' function, except it handles sequences where there is a `start' or `end' parameter. The `key' parameter is ignored.