find-item-stream name &optional errorp [Function]
#@name [Read Macro]

Returns the item stream named name. If errorp is t (the default), then an error is signaled if the stream does not exist.

Example:

? (setf x (items 1 2 3 named 'xyz))
#<CYCLIC-ITEM-STREAM Xyz>

? #@xyz
#<CYCLIC-ITEM-STREAM Xyz>


Last Modified: 5-Mar-1998