Difference between revisions of "LL Remove First"

Line 3: Line 3:
 
== LL_Remove_First(LL) ==
 
== 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.
 
Returns  a linked list containing the remainder of linked list «LL» after the first item (i.e., most recently pushed item) has been removed.
 +
 +
==Library==
 +
[[Linked list library]] ([[media:Linked List Library.ana|Linked List Library.ana]])
 +
:Use '''File → Add Library...''' to add this library
  
 
== See Also ==
 
== See Also ==
 
* [[Linked list library]]
 
* [[Linked list library]]
 +
* [[media:Linked List Library.ana|Linked List Library.ana]]
 
* [[LL_First]]
 
* [[LL_First]]
 
* [[LL_Push]]
 
* [[LL_Push]]
 
* [[LL_Nth]]
 
* [[LL_Nth]]

Revision as of 00:08, 24 February 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.

Library

Linked list library (Linked List Library.ana)

Use File → Add Library... to add this library

See Also

Comments


You are not allowed to post comments.