tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
isFunction.isFunction
tanya
meta
trait
isFunction
Undocumented in source.
enum
bool
isFunction
;
enum
bool
isFunction
;
template
isFunction
(F...)
static if
(!(
is(F[0] == function) || is(typeof(&F[0]) T == delegate) || (is(typeof(&F[0]) T : T*) && is(T == function))
))
enum
bool
isFunction
;
Meta
Source
See Implementation
tanya
meta
trait
isFunction
variables
isFunction