Length? - Function SummarySummary:Returns the length of the series from the current position. Usage:length? series Arguments:series - The series argument. (must be: series port tuple bitset struct) Description:The length is the number of values from the current position to the tail. If the current position is the head, then the length will be that of the entire series.
Related:head - Returns the series at its head.
| ||||
|