poodinis v9.0.0 (2023-03-13T19:30:47Z)
Dub
Repo
isFunction
poodinis
altphobos
Undocumented in source.
template
isFunction (
X
...
) {
static if
(
X.length == 1
)
static if
(
is(typeof(&X[0]) U : U*) && is(U == function) || is(typeof(&X[0]) U == delegate)
)
enum
isFunction
;
static if
(
X.length == 1
)
static if
(!(
is(typeof(&X[0]) U : U*) && is(U == function) || is(typeof(&X[0]) U == delegate)
))
static if
(
is(X[0] T)
)
enum
isFunction
;
static if
(
X.length == 1
)
static if
(!(
is(typeof(&X[0]) U : U*) && is(U == function) || is(typeof(&X[0]) U == delegate)
))
static if
(!(
is(X[0] T)
))
enum
isFunction
;
static if
(!(
X.length == 1
))
enum
isFunction
;
}
Members
Manifest constants
isFunction
enum
isFunction
;
Undocumented in source.
isFunction
enum
isFunction
;
Undocumented in source.
isFunction
enum
isFunction
;
Undocumented in source.
isFunction
enum
isFunction
;
Undocumented in source.
Meta
Source
See Implementation
poodinis
altphobos
templates
isFunction