autowrap v0.4.5 (2019-10-10T08:52:08Z)
Dub
Repo
isSupportedType.isSupportedType
autowrap
csharp
common
isSupportedType
Undocumented in source.
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
)
enum
isSupportedType
=
is
(
E
==
string
) ||
is
(
E
==
wstring
) ||
is
(
E
==
dstring
) || !
isDynamicArray
!
E
&&
isSupportedType
!
E
;
enum
isSupportedType
;
enum
isSupportedType
;
Meta
Source
See Source File
autowrap
csharp
common
isSupportedType
aliases
E
manifest constants
isSupportedType