std.regex.internal.kickstart

Types 2

structShiftOr(Char)
Fields
uint[] table
uint fChar
uint n_length
effectiveSize!Char() charSize
uint charsetThreshold
Methods
ShiftThread fork(ShiftThread t, uint newPc, uint newCounter)
ShiftThread fetch(ref ShiftThread[] worklist) @trusted
uint charLen(uint ch)
bool empty() @property const
uint length() @property const{
size_t search(const(Char)[] haystack, size_t idx) @trusted const
Constructors
this(ref Regex!Char re, uint[] memory)
Nested Templates
ShiftThread

Functions 1

fnuint effectiveSize(Char)()