workspace-d v2.10.0 (2017-01-21T01:53:30Z)
Dub
Repo
JSONCallNoRet.JSONCallNoRet
app
JSONCallNoRet
Undocumented in source.
enum
JSONCallNoRet
;
template
JSONCallNoRet
(alias T, string fn, string jsonvar, bool async)
static if
(
Args.length > 0
)
enum
JSONCallNoRet
=
fn
~
"("
~ (
async
?
"asyncCallback,"
:
""
) ~
JSONCallBody
!(
T
,
fn
,
jsonvar
,
async
?
1
:
0
,
Args
) ~
")"
;
enum
JSONCallNoRet
;
Meta
Source
See Source File
app
JSONCallNoRet
aliases
Args
manifest constants
JSONCallNoRet