Difference between revisions of "LL Remove First"

m (adding doc status category stub page)
 
Line 1: Line 1:
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
+
== LL_Remove_First( LL ) ==
 +
 
 +
Returns  a linked list containing the remainder of linked list «LL» after the first item (i.e., most recently pushed item) has been removed.
 +
 
 +
== See Also ==
 +
 
 +
* [[Linked list library]]
 +
* [[LL_First]]
 +
* [[LL_Push]]
 +
* [[LL_Nth]]

Revision as of 21:36, 28 January 2016

LL_Remove_First( LL )

Returns a linked list containing the remainder of linked list «LL» after the first item (i.e., most recently pushed item) has been removed.

See Also

Comments


You are not allowed to post comments.