excel-d v0.5.9 (2021-06-15T11:19:17Z)
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