stream-element-type

Returns the type of elements streamed over.  For most streams, that are type-declarative (e.g.  <byte-string-stream>), this simply returns the underlying element type.  For generic <sequence>s, the sequence must have at least one element (the first) to return a type.

Exported from

Modifiers

open

Arguments

streamAn instance of <stream>.

Values

typeAn instance of <type>.
The class of streams over byte strings.
The class of collections whose keys are consecutive integers starting from zero.
The streams-protocol module.
The streams module.
The superclass of all stream classes.
The class of all types, including classes and other types.