tanya v0.19.0 (2023-09-25T16:35:33Z)
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