unread-element

Backs up the stream by one element.  In some methods this function will ensure that elemnt is at the stream’s position.  If it isn’t then unread-element will signal an error.  Otherwise, it will return elemnt.

Exported from

Modifiers

open

Arguments

streamAn instance of <stream>.
elemntAn instance of <object>.  What the previous element should be.

Values

the-elemntAn instance of <object>.
Backs up the stream by one element.
The streams-protocol module.
The streams module.
The superclass of all stream classes.
The class of all Dylan objects.