workspace-d ~moduleman (2021-10-24T02:28:05.4514659)
Dub
Repo
JSONCall.JSONCall
app
JSONCall
Undocumented in source.
enum
JSONCall
;
enum
JSONCall
;
template
JSONCall
(alias T, string fn, string jsonvar, bool async)
static if
(!(
async
))
static if
(
is(Ret == void)
)
enum
JSONCall
=
JSONCallNoRet
!(
T
,
fn
,
jsonvar
,
async
) ~
";"
;
enum
JSONCall
;
Meta
Source
See Source File
app
JSONCall
aliases
Ret
manifest constants
JSONCall