A collection of helper functions for working with streams.
Object-oriented interfaces and classes for dealing with streams. The symbols defined in this module are only available when not in "BetterC" mode, as they require the use of the Garbage Collector.
A collection of compile-time functions to help in identifying stream types and related flavors of them.
Defines some components that provide interoperability with Phobos ranges, including converting streams to and from ranges.
Container module with sub-modules that define stream implementations for various use cases.
Collection of utilities for stream components.
A module that defines a basic format for input and output streams. A stream is a component that defines one or more methods for reading from or writing to some underlying resource.