excel-d ~fix-58 (2022-03-28T15:14:18.0848757)
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