Pudu programming language
Menu
API reference

Std.Io.Reader

1 declaration

type

Reader

This declaration introduces a public type.

What it does

A file open for reading, named by a token the runtime gave out.

The token is meaningless outside the bracket that produced it, and there is

no way to write one down, so a reader cannot outlive the file it names.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.IoSearch related declarations