Returns a stream type depending on the sequence. Called by make on <sequence-stream>.
open
| seq | An instance of type-union(<false>, <sequence>). |
| sequence-stream-type | An instance of <type>. |
Returns a stream type depending on the sequence. | |
The method on #f returns <sequence-stream>. | |
The method on <sequence> returns <sequence-stream>. | |
The method on <string> returns <string-stream>. | |
The method on <byte-string> returns <byte-string-stream>. | |
The method on <unicode-string> returns <unicode-string-stream>. |
The method on #f returns <sequence-stream>.
The method on <sequence> returns <sequence-stream>.
The method on <string> returns <string-stream>.
The method on <byte-string> returns <byte-string-stream>.
The method on <unicode-string> returns <unicode-string-stream>.