Skip to main content

dequeue

Short summary

This property returns the last object in the first and removes it from the list. Can be seen as opposite of prepend. Example: On a list: (Head -->) A B C, list.dequeue will return A. Example 2: If you call prepend(x), a dequeue right after will return x.

Parameters

none

Code

Declaration

METHOD ABSTRACT dequeue :CNM_AbstractObject.IObject