globallyMemoized.globallyMemoized

Undocumented in source. Be warned that the author may not have intended to support it.
template globallyMemoized(alias fun)
static if(is(FunctionTypeOf!fun PT == __parameters))
globallyMemoized
(
PT args
)
if (
is(ReturnType!fun == Promise!(T, E),
T
E
)
)

Meta