semitwistdtools ~master (2015-08-17T23:08:05Z)
Home
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