Go to the first, previous, next, last section, table of contents.


unpush

Function: unpush { stream -> value }
file: job.t
package: muf
status: tentative

The unpush function removes value from the stream and returns it. This is like pull, but operating on the opposite end of the stream.

See section delete. See section deleteBth. See section deleteNth. See section push. See section unpull. See section Class Stream.


Go to the first, previous, next, last section, table of contents.