libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
FormatSegment
libd
data
format
Undocumented in source.
struct
FormatSegment {
bcstring
formatter
;
bcstring
[
MAX_FORMAT_PARAMS
]
params
;
ubyte
paramCount
;
ubyte
formatItemIndex
;
}
Members
Variables
formatItemIndex
ubyte
formatItemIndex
;
Undocumented in source.
formatter
bcstring
formatter
;
Undocumented in source.
paramCount
ubyte
paramCount
;
Undocumented in source.
params
bcstring
[
MAX_FORMAT_PARAMS
]
params
;
Undocumented in source.
Meta
Source
See Implementation
libd
data
format
aliases
FormatStringInfo
functions
defaultFormatter
format
formatInfoPusher
structs
FormatSegment
unions
FormatStringInfoValues