streams

A module that defines a basic format for input and output streams. A stream is a component that defines a read or write function for reading from or writing to some underlying resource, and possibly may define some other capabilities such as closability or flushability.

Modules

functions
module streams.functions

A collection of helper functions that augment the basic read and write functions of input and output streams.

interfaces
module streams.interfaces
Undocumented in source.
primitives
module streams.primitives

A collection of compile-time functions to help in identifying stream types and related flavors of them.

types
module streams.types
Undocumented in source.

Public Imports

streams.primitives
public import streams.primitives;
Undocumented in source.
streams.functions
public import streams.functions;
Undocumented in source.
streams.types
public import streams.types;
Undocumented in source.

Meta