Function
push
Appends an item at the end of an input stream.
push(object, val)
Parameters
object
A push-passive pipeline module.
Types: Pool
val
Item to be pushed.
Remarks
push can only be called within a write process surrounded by beginWrite and endWrite.
SeqAn - Sequence Analysis Library - www.seqan.de