Generic Function
stream-element-type as a generic function. common-lisp
stream-element-type stream => type
A stream.
A type specifier.
stream-element-type is implemented as a generic function. Depending on the stream, a method should be defined for this generic function that returns the element type of the stream. fundamental-character-stream a default method is provided which returnsCHARACTER. A method should be defined for stream classes based on thefundamental-binary-stream class. fundamental-binary-streamfundamental-character-stream