mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
formatDecimal
mecca
lib
string
Undocumented in source. Be warned that the author may not have intended to support it.
char
[]
formatDecimal
(char[] buf, T val)
@
nogc
pure nothrow
@
notrace
char
[]
formatDecimal
(
size_t
W
= 0
char
fillChar
= ' '
T
)
(
char
[]
buf
,
T
val
)
if
(
is
(
typeof
( ))
)
char
[]
formatDecimal
(char[] buf, bool val)
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