phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
DcharCountSpan
nxt
gxbnf
Lower and upper limit of
dchar
count.
@
safe
@
safe
struct
DcharCountSpan {
this
();
static
typeof
(
this
)
start
();
static
typeof
(
this
)
full
();
this
(uint lower, uint upper);
this
(size_t lower, size_t upper);
this
(uint length);
this
(size_t length);
pure nothrow
uint
lower
;
pure nothrow
uint
upper
;
}
Constructors
this
this
()
Undocumented in source.
this
this
(uint lower, uint upper)
Undocumented in source.
this
this
(size_t lower, size_t upper)
Undocumented in source.
this
this
(uint length)
Undocumented in source.
this
this
(size_t length)
Undocumented in source.
Members
Static functions
full
typeof
(
this
)
full
()
Undocumented in source. Be warned that the author may not have intended to support it.
start
typeof
(
this
)
start
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
lower
uint
lower
;
Undocumented in source.
upper
uint
upper
;
Undocumented in source.
Meta
Source
See Implementation
nxt
gxbnf
aliases
Imports
Input
NodeArray
Output
PatternArray
Rules
RulesByName
SymbolRefs
classes
Action
ActionSymbol
AltCharLiteral
AltM
AnyClass
AttributeSymbol
BinaryOpPattern
BlockComment
Channels
CharAltM
Class
DotDotSentinel
FragmentRule
Grammar
GreedyCount
GreedyOneOrMore
GreedyZeroOrMore
GreedyZeroOrOne
GxFileParser
GxParserByStatement
Header
Import
LeftParenSentinel
LexerGrammar
LineComment
Mode
NaryOpPattern
NonGreedyOneOrMore
NonGreedyZeroOrMore
NonGreedyZeroOrOne
NotPattern
Options
OtherSymbol
ParserGrammar
Pattern
PipeSentinel
Range
RewriteSyntacticPredicate
Rule
ScopeAction
ScopeSymbol
ScopeSymbolAction
SeqM
StrLiteral
SymbolRef
TerminatedUnaryOpPattern
TildeSentinel
TokenNode
Tokens
UnaryOpPattern
enums
Layout
NODE
TOK
functions
buildSourceFiles
createMainFile
dcharCountSpanOf
doTree
equalsAll
flattenSubs
iput
lexAllInDirTree
makeAltA
makeAltM
makeAltN
makeLiteral
makeSeq
needsWrapping
parseAllInDirTree
parseCharAltM
putCharLiteral
putStringLiteralBackQuoted
putStringLiteralDoubleQuoted
showNIndents
showNSpaces
toPathModuleName
tryRelativePath
manifest constants
indentStep
matcherFunctionNamePrefix
showProgressFlag
useStaticTempArrays
static functions
isSymbolStart
static variables
mainName
mainSource
parserSourceBegin
parserSourceEnd
structs
BuildCtx
DcharCountSpan
ExecutableFile
Format
GxFileReader
GxLexer
ObjectFile
SourceFile
Token
Lower and upper limit of dchar count.