phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Bounds
nxt
pattern
Pattern (length) bounds.
@
safe
struct
Bounds {
static immutable
auto
inf
;
size_t
low
;
size_t
high
;
}
Members
Static variables
inf
auto
inf
;
Undocumented in source.
Variables
high
size_t
high
;
< Largest length possible.
low
size_t
low
;
< Smallest length possible.
Meta
Source
See Implementation
nxt
pattern
aliases
Data
classes
Acronym
Alt
Any
Clause
Ctx
Lit
Node
Opt
Rep
SPatt
SPatt1
Seq
Space
functions
alt
any
assac
aswac
bob
bol
bos
bow
braced
buf
eob
eol
eos
eow
full
hooked
insac
inwac
kwd
line
lit
match
matchFirst
oom
opt
paired
parend
rep
seq
shebangLine
sym
word
ws
zom
structs
Bounds
Pattern (length) bounds.