CommandSequenceReader

struct CommandSequenceReader (
String
) if (
isSomeString!String
) {}

Constructors

this
this(String sourceText, String resetCommand)

Postblit

this(this)
this(this)
Undocumented in source.

Members

Variables

entries
Entry!String[] entries;

Meta