The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
put_uXXXX
mir
format
Decodes
char
c
to the form
\u00XX
, where
XX
is 2 hexadecimal characters.
void
put_uXXXX
(W w, char c)
void
put_uXXXX
(
C
=
char
W
)
(
scope
ref
W
w
,
char
c
)
if
(
isSomeChar
!
C
)
void
put_uXXXX
(W w, ushort c)
Meta
Source
See Implementation
mir
format
enums
CollectionStyle
EscapeFormat
StringStyle
SwitchLU
functions
hexAddress
print
printArray
printBoolean
printElement
printEscaped
printHexArray
printReplaced
printStaticString
printZeroPad
put_UXXXXXXXX
put_uXXXX
put_xXX
stringBuf
text
withFormat
manifest constants
getData
mixin templates
StreamFormatOp
structs
FormatSpec
FormattedFloating
GetData
HexAddress
NumericSpec
StringBuf
Decodes char c to the form \u00XX, where XX is 2 hexadecimal characters.