phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
Clause
nxt
symbolic
Pattern Paired with Prefix and Suffix.
class
Clause :
SPatt1
{
this
(Patt prefix_, Patt suffix_, Patt sub);
const
(
ubyte
[])
findRawAt
(ubyte[] haystack, size_t soff, Patt[] enders);
@
safe
pure nothrow
Patt
prefix
;
@
safe
pure nothrow
Patt
suffix
;
}
Constructors
this
this
(Patt prefix_, Patt suffix_, Patt sub)
Undocumented in source.
Members
Functions
findRawAt
const
(
ubyte
[])
findRawAt
(ubyte[] haystack, size_t soff, Patt[] enders)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
prefix
Patt
prefix
;
suffix
Patt
suffix
;
Undocumented in source.
Inherited Members
From SPatt1
sub
Patt
sub
;
Undocumented in source.
Meta
Source
See Implementation
nxt
symbolic
classes
Acronym
Alt
Any
Clause
Ctx
Lit
Opt
Patt
Rep
SPatt
SPatt1
Seq
Space
functions
alt
any
assac
aswac
bob
bol
bos
bow
braced
buf
eob
eol
eos
eow
hooked
insac
inwac
kwd
line
lit
oom
opt
paired
parend
rep
seq
shebangLine
sym
word
ws
zom
Pattern Paired with Prefix and Suffix.