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