Next Previous Up Top Contents Index

5.11 The STREAMS module

stream-element-type

Open generic function

Summary

Returns the element-type of a stream.

Signature

stream-element-type stream => element-type 

Arguments

stream
An instance of <stream>.

Values

element-type
An instance of <type>.

Library

io

Module

streams

Description

Returns the element type of stream as a Dylan <type>.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index