mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
splitFmt
mecca
lib
string
Undocumented in source.
template
splitFmt (
string
fmt
) {
template
pair
(int j, FMT f)
;
template
helper
(int from, int j)
;
template
countFormatters
(tup...)
;
alias
tokens
=
helper
!(
0
,
0
)
;
alias
numFormatters
=
countFormatters
!
tokens
;
}
Members
Aliases
numFormatters
alias
numFormatters
=
countFormatters
!
tokens
Undocumented in source.
tokens
alias
tokens
=
helper
!(
0
,
0
)
Undocumented in source.
Templates
countFormatters
template
countFormatters
(tup...)
Undocumented in source.
helper
template
helper
(int from, int j)
Undocumented in source.
pair
template
pair
(int j, FMT f)
Undocumented in source.
Meta
Source
See Implementation
mecca
lib
string
functions
buildStructFormatCode
enumToStr
formatDecimal
formatFloat
formatHex
formatPtr
getNextNonDigitFrom
nogcFormat
nogcFormatTmp
nogcRtFormat
toStringzNGC
static functions
hexArray
structs
StaticFormatter
ToStringz
templates
HexFormat
splitFmt