<limited-stream> ( stream limit -- stream' )


Vocabulary
io.streams.limited

Inputs
streaman input stream
limitan integer


Outputs
stream'an input stream


Word description
Constructs a new limited-stream from an existing stream. User code should use limit-stream or limited-input.

Definition