autowrap v0.4.4 (2019-08-22T08:50:35Z)
Dub
Repo
isSupportedType.E
autowrap
csharp
common
isSupportedType
Undocumented in source.
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
)
alias
E
=
ElementType
!
T
Meta
Source
See Implementation
autowrap
csharp
common
isSupportedType
aliases
E
manifest constants
isSupportedType