dlist-length ( dlist -- n )


Vocabulary
dlists

Inputs
dlista dlist


Outputs
na non-negative number


Word description
Calculates the length of the linked list.

Notes
This operation is O(n).

Definition