mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
_stringBuf
mir
format
struct
_stringBuf
(C)
struct
_stringBuf (
C
) {
import
mir
.
appender
:
ScopedBuffer
;
;
ScopedBuffer
!(
C
,
256
)
buffer
;
mixin
StreamFormatOp
!
C
;
}
alias
stringBuf
=
_stringBuf
!
char
alias
wstringBuf
=
_stringBuf
!
wchar
alias
dstringBuf
=
_stringBuf
!
dchar
Alias This
buffer
Members
Mixins
__anonymous
mixin
StreamFormatOp
!
C
Variables
buffer
ScopedBuffer
!(
C
,
256
)
buffer
;
Meta
Source
See Implementation
mir
format
aliases
dstringBuf
stringBuf
wstringBuf
enums
EscapeFormat
SwitchLU
escapeFormatQuote
functions
print
printBoolean
printElement
printEscaped
printStaticString
printZeroPad
put_uXXXX
put_xXX
text
withFormat
manifest constants
getData
mixin templates
StreamFormatOp
structs
FormatSpec
FormattedFloating
GetData
HexAddress
NumericSpec
_stringBuf
templates
isFastBuffer