Difference between revisions of "LL Remove First"
m (adding doc status category stub page) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category: Linked list library functions]] |
+ | |||
+ | == 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]] ([[media:Linked List Library.ana|Linked List Library.ana]]) | ||
+ | :Use [[File menu|File]] → '''Add Library...''' to add this library | ||
+ | |||
+ | == See Also == | ||
+ | * [[Linked list library]] | ||
+ | * [[media:Linked List Library.ana|Linked List Library.ana]] | ||
+ | * [[LL_First]] | ||
+ | * [[LL_Push]] | ||
+ | * [[LL_Nth]] |
Latest revision as of 19:59, 24 May 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
Enable comment auto-refresher