more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
toHex
more
format
Converts a 4-bit nibble to the corresponding hex character (0-9 or A-F).
char
toHex
(
Case
case_
=
Case.lower
)
(
ubyte
b
)
Meta
Source
See Implementation
more
format
aliases
StringSink
toHexLower
toHexUpper
enums
Case
functions
asciiFormatEscaped
asciiIsUnreadable
asciiWriteEscaped
asciiWriteUnreadable
formatEscapeByPolicy
formatEscapeSet
formatHex
putf
toHex
utf8FormatEscaped
utf8IsUnreadable
utf8WriteEscaped
utf8WriteUnreadable
structs
DelegateFormatter
Converts a 4-bit nibble to the corresponding hex character (0-9 or A-F).