excel-d v0.5.12 (2022-05-17T09:19:31Z)
Dub
Repo
isSupportedFunction.paramTypesOk
xlld
wrap
traits
isSupportedFunction
Undocumented in source.
template
isSupportedFunction
(alias F, alias functionTypePredicate)
static if
(
isCallableFunction!F
)
enum
paramTypesOk
=
allSatisfy
!(
functionTypePredicate
,
Parameters
!
F
)
;
Meta
Source
See Source File
xlld
wrap
traits
isSupportedFunction
manifest constants
isSupportedFunction
paramTypesOk
returnTypeOk