autowrap v0.4.5 (2019-10-10T08:52:08Z)
Dub
Repo
isSupportedType.isSupportedType
autowrap
csharp
common
isSupportedType
Undocumented in source.
enum
isSupportedType
;
enum
isSupportedType
;
enum
isSupportedType
;
enum
isSupportedType
;
template
isSupportedType
(T)
package
static if
(!(
isIntegral!T || isBoolean!T || isSomeChar!T || is(Unqual!T == float) || is(Unqual!T == double) || is(T == void)
))
static if
(!(
isDynamicArray!T
))
static if
(!(
is(T == struct) || is(T == class) || is(T == interface)
))
enum
isSupportedType
=
false
;
Meta
Source
See Source File
autowrap
csharp
common
isSupportedType
aliases
E
manifest constants
isSupportedType