autowrap v0.6.1 (2020-09-15T09:36:53Z)
Dub
Repo
isSupportedTypes
autowrap
csharp
common
Undocumented in source.
package
template
isSupportedTypes (
T
...
) {
package
static if
(
T.length == 0
)
enum
isSupportedTypes
;
package
static if
(!(
T.length == 0
))
enum
isSupportedTypes
;
}
Members
Manifest constants
isSupportedTypes
enum
isSupportedTypes
;
Undocumented in source.
isSupportedTypes
enum
isSupportedTypes
;
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