autowrap v0.6.1 (2020-09-15T09:36:53Z)
Dub
Repo
isFunctionType
autowrap
csharp
common
Undocumented in source.
package
template
isFunctionType (
T
) {
package
static if
(
is(T == function) || is(T == delegate)
)
enum
isFunctionType
;
import
std
.
traits
:
isFunctionPointer
;
;
package
static if
(!(
is(T == function) || is(T == delegate)
))
enum
isFunctionType
;
}
Members
Manifest constants
isFunctionType
enum
isFunctionType
;
Undocumented in source.
isFunctionType
enum
isFunctionType
;
Undocumented in source.
Meta
Source
See Implementation
autowrap
csharp
common
enums
isDateTimeArrayType
isDateTimeType
functions
camelToPascalCase
getDLangInterfaceName
getDLangSliceInterfaceName
templates
isFunctionType
isSupportedType
isSupportedTypes
numDefaultArgs
verifySupported
variables
excludedMethods