undead v1.1.4 (2021-03-04T08:12:54Z)
Home
Dub
Repo
toStringNow
undead
metastrings
Convert constant argument to a string.
template
toStringNow
(ulong v)
template
toStringNow
(long v)
template
toStringNow (
long
v
) {
static if
(
v < 0
)
enum
toStringNow
;
static if
(!(
v < 0
))
enum
toStringNow
;
}
template
toStringNow
(uint U)
template
toStringNow
(int I)
template
toStringNow
(bool B)
template
toStringNow
(string S)
template
toStringNow
(char C)
Members
Manifest constants
toStringNow
enum
toStringNow
;
Undocumented in source.
toStringNow
enum
toStringNow
;
Undocumented in source.
Meta
Source
See Implementation
undead
metastrings
templates
Format
FormatString
parseInteger
parseUinteger
toStringNow
Convert constant argument to a string.