type-for-sequence-stream

Returns a stream type depending on the sequence.  Called by make on <sequence-stream>.

Exported from

Modifiers

open

Arguments

seqAn instance of type-union(<false>, <sequence>).

Values

sequence-stream-typeAn instance of <type>.

Functions

type-for-sequence-stream

The method on #f returns <sequence-stream>.

type-for-sequence-stream

The method on <sequence> returns <sequence-stream>.

type-for-sequence-stream

The method on <string> returns <string-stream>.

type-for-sequence-stream

The method on <byte-string> returns <byte-string-stream>.

type-for-sequence-stream

The class of streams over sequences.
The class of collections whose keys are consecutive integers starting from zero.
The class of sequences with elements that are characters.
The superclass of the byte and unicode string implementation classes.
The class of vectors with elements that are eight-bit characters.
The class of streams over byte strings.
The class of vectors with elements that are sixteen-bit Unicode characters.
The class of streams over unicode strings.
Returns a general instance of its first argument.
The streams module.
The class of all types, including classes and other types.