ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
FPAsString
ae
utils
text
Wraps the result of
fpToString
in a non-allocating stringifiable struct.
struct
FPAsString (
T
) {
this
(T f);
string
toString
();
void
toString
(W w);
}
Constructors
this
this
(T f)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void
toString
(W w)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
text
modules
ascii
html
parsefp
aliases
CIAsciiString
CIUniString
doubleToString
toLowerHex
enums
fpCFormatString
fpFormatString
significantDigits
functions
UTF8ToRaw
arrayFromHex
asText
asciiSplit
asciiStrip
camelCaseJoin
eatLine
fastReplace
fastSplit
findBestMatch
forceValidUTF8
formatAs
formatted
fpAsString
fromHex
fromZArray
hexDump
newlinesToSpaces
normalizeWhitespace
nullStringTransform
numberToString
parseHexDigit
putFP
randomString
rawToUTF8
sarrayFromHex
segmentByWhitespace
selectBestFrom
splitAsciiLines
splitByCamelCase
stringDistance
stringSimilarity
verbatimWrap
structs
FPAsString
HexParseConfig
templates
fpToString
toHex
Wraps the result of fpToString in a non-allocating stringifiable struct.