MapInput

Provides load facilities for a properties stream. That is, a file or other medium containing lines of text with a name=value layout.

Constructors

this
this(InputStream stream)

Propagate ctor to superclass.

Members

Functions

load
MapInput load(const(T)[][T[]] properties)

Load the input stream into an AA.

opApply
int opApply(int delegate(ref const(T)[] name, ref const(T)[] value) dg)

Load properties from the provided stream, via a foreach.

Meta