Difference between revisions of "LL Remove First"
Line 1: | Line 1: | ||
− | == LL_Remove_First( LL ) == | + | == LL_Remove_First(LL) == |
− | Returns | + | 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 == | == See Also == | ||
− | |||
* [[Linked list library]] | * [[Linked list library]] | ||
* [[LL_First]] | * [[LL_First]] | ||
* [[LL_Push]] | * [[LL_Push]] | ||
* [[LL_Nth]] | * [[LL_Nth]] |
Revision as of 02:21, 29 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
Enable comment auto-refresher