adrdox ~master (2021-09-18T14:48:25Z)
Home
Dub
Repo
ByteCombine
dparse
lexer
Undocumented in source.
version(iasm64NotWindows)
template
ByteCombine (
c
...
) {
version(iasm64NotWindows)
static if
(
c.length > 1
)
enum
ulong
ByteCombine
;
version(iasm64NotWindows)
static if
(!(
c.length > 1
))
enum
ulong
ByteCombine
;
}
Members
Variables
ByteCombine
enum
ulong
ByteCombine
;
Undocumented in source.
ByteCombine
enum
ulong
ByteCombine
;
Undocumented in source.
Meta
Source
See Implementation
dparse
lexer
aliases
IdType
Token
str
enums
StringBehavior
WhitespaceBehavior
functions
byToken
getTokensForParser
isBasicType
isKeyword
isNumberLiteral
isOperator
isProtection
isStringLiteral
newlineMask
rangeMatch
skip
unDecorateComment
structs
DLexer
LexerConfig
StringCache
templates
ByteCombine
tok