mambo ~master (2019-03-10T19:10:20Z)
Home
Dub
Repo
format
mambo
util
Ctfe
Undocumented in source.
template
format (
ARGS
...
) {
const
static if
(
ARGS.length == 0
)
auto
format
;
const
static if
(!(
ARGS.length == 0
))
static if
(
is(typeof(ARGS[0]) : string)
)
auto
format
;
const
static if
(!(
ARGS.length == 0
))
static if
(!(
is(typeof(ARGS[0]) : string)
))
auto
format
;
}
Members
Variables
format
auto
format
;
Undocumented in source.
format
auto
format
;
Undocumented in source.
format
auto
format
;
Undocumented in source.
Meta
Source
See Implementation
mambo
util
Ctfe
functions
contains
indexOf
split
templates
format