mambo ~master (2019-03-10T19:10:20Z)
Home
Dub
Repo
format.format
mambo
util
Ctfe
format
Undocumented in source.
auto
format
;
auto
format
;
auto
format
;
template
format
(ARGS...)
const
static if
(!(
ARGS.length == 0
))
static if
(!(
is(typeof(ARGS[0]) : string)
))
auto
format
=
toString_
!(
ARGS
[
0
]) ~
format
!(
ARGS
[
1
..$])
;
Meta
Source
See Source File
mambo
util
Ctfe
format
variables
format