CommandSequenceReader

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

Constructors

this
this(String sourceText, String resetCommand = "new")

Postblit

Copying this object is disabled.

A postblit is present on this object, but not explicitly documented in the source.

Members

Variables

entries
Entry!String[] entries;

Meta