stream-position

Returns the position of a stream.  This safely returns the stream’s position, even if it is locked.

Exported from

Modifiers

open

Arguments

streamAn instance of <stream>.

Values

positionAn instance of type-union( <stream-position>, <integer> ).
Summary
Returns the position of a stream.

Functions

stream-position

A class.
The streams-protocol module.
The streams module.
The superclass of all stream classes.
A class representing a location in a <positionable-stream>.
The class of integers.