Open generic function
Finds the type of sequence-stream class that needs to be instantiated for a given sequence.
type-for-sequence-stream sequence => sequence-stream-type
<sequence>.
An instance of <type>.
io
streams
Returns the sequence-stream class to instantiate over a given sequence object. The method for make on <sequence-stream> calls this function to determine the concrete subclass of <sequence-stream> that it should instantiate.
There are type-for-sequence-stream methods for each of the string object classes. These methods return a stream class object that the Streams module considers appropriate.