Rep

Repetition Sub Pattern count times.

Constructors

this
this(Node sub, size_t count)
Undocumented in source.
this
this(Node sub, size_t countMin, size_t countMax)
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.
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.
optionals
Lit[] optionals [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

countOpt
size_t countOpt;
Undocumented in source.
countReq
size_t countReq;
Undocumented in source.

Inherited Members

From SPatt1

sub
Node sub;
Undocumented in source.

Meta