mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
put_uXXXX
mir
format
Decodes ushort
c
to the form
uXXXX
, where
XXXX
is 2 hexadecimal characters.
W
put_uXXXX
(W w, char c)
W
put_uXXXX
(W w, ushort c)
ref
W
put_uXXXX
(
C
=
char
W
)
(
scope
return
ref
W
w
,
ushort
c
)
if
(
isSomeChar
!
C
)
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
Decodes ushort c to the form uXXXX, where XXXX is 2 hexadecimal characters.