semitwistdtools ~master (2022-01-28T13:51:09.843128)
Dub
Repo
callableExists
semitwist
util
reflect
Undocumented in source.
template
callableExists (
T
) {
static if
(
is(T) && isCallable(typeof(T))
)
enum
bool
callableExists
;
static if
(!(
is(T) && isCallable(typeof(T))
))
enum
bool
callableExists
;
}
Members
Variables
callableExists
enum
bool
callableExists
;
Undocumented in source.
callableExists
enum
bool
callableExists
;
Undocumented in source.
Meta
Source
See Implementation
semitwist
util
reflect
functions
qualifiedName
manifest constants
useNoThrowSafeToHash
templates
EnsureArray
ExprTypeOf
callableExists
isAllTypes
isAnyArray
isAnyType
isType
nameof