Seq

Sequence of Patterns.

Constructors

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

Members

Functions

atU
size_t atU(ubyte[] haystack, size_t soff)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

elms
inout(Patt[]) elms [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getConstant
const(ubyte[]) getConstant [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isConstant
bool isConstant [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isFixed
bool isFixed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mandatories
Lit[] mandatories [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
maxLength
size_t maxLength [@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.

Inherited Members

From SPatt

_subs
Patt[] _subs;
Undocumented in source.

Meta