Seq

Sequence of Patterns.

Constructors

this
this(Node[] subs_)
Undocumented in source.
this
this(Args subs_)
Undocumented in source.

Members

Functions

atRaw
size_t atRaw(Data input, size_t soff)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bounds
Bounds bounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
elms
inout(Node[]) elms [@property getter]
Undocumented in source.
isConstant
bool isConstant [@property getter]
Undocumented in source.
isFixed
bool isFixed [@property getter]
Undocumented in source.
mandatories
Lit[] mandatories [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
optionals
Lit[] optionals [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tryGetConstant
const(Data) tryGetConstant [@property getter]
Undocumented in source.

Inherited Members

From SPatt

_subs
Node[] _subs;
Undocumented in source.

Meta