ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
cWidthString
ae
utils
text
Undocumented in source.
template
cWidthString (
T
) {
static if
(
is(Unqual!T == float)
)
enum
cWidthString
;
static if
(!(
is(Unqual!T == float)
))
static if
(
is(Unqual!T == double)
)
enum
cWidthString
;
static if
(!(
is(Unqual!T == float)
))
static if
(!(
is(Unqual!T == double)
))
static if
(
is(Unqual!T == real)
)
enum
cWidthString
;
}
Members
Manifest constants
cWidthString
enum
cWidthString
;
Undocumented in source.
cWidthString
enum
cWidthString
;
Undocumented in source.
cWidthString
enum
cWidthString
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
text
modules
ascii
html
parsefp
aliases
CIAsciiString
CIUniString
doubleToString
indexOf
toLowerHex
enums
fpCFormatString
fpFormatString
significantDigits
functions
UTF8ToRaw
arrayFromHex
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
cWidthString
fpToString
toHex