MagicMatch.this

Construct MagicMatch from type, value, mask, startOffset and rangeLength

struct MagicMatch
@safe pure
this
(,
immutable(ubyte)[] value
,
immutable(ubyte)[] mask = null
,
uint startOffset = 0
,
uint rangeLength = 1
)

Throws

Exception if value length does not match type.

Meta