Difference between revisions of "LL Length"

m (adding doc status category stub page)
 
Line 1: Line 1:
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
+
== LL_Length( LL ) ==
 +
 
 +
Returns the number it items in the linked list «LL».
 +
 
 +
This is a slow operation, since it must visit every item in the linked list to count how many there are.
 +
 
 +
To use this function, you must first add the [[Linked list library]] to your model.
 +
 
 +
== See also ==
 +
 
 +
* [[Linked list library]]

Revision as of 21:42, 28 January 2016

LL_Length( LL )

Returns the number it items in the linked list «LL».

This is a slow operation, since it must visit every item in the linked list to count how many there are.

To use this function, you must first add the Linked list library to your model.

See also

Comments


You are not allowed to post comments.