Function MagicMatch.this

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

ref this (
  MagicMatch.Type type,
  immutable(ubyte)[] value,
  immutable(ubyte)[] mask = null,
  uint startOffset = 0u,
  uint rangeLength = 1u
) pure @safe;

Throws

Exception if value length does not match type.