ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
IsSupported.IsSupported
ocean
util
config
ConfigFiller
IsSupported
Undocumented in source.
auto
IsSupported
;
auto
IsSupported
;
auto
IsSupported
;
auto
IsSupported
;
auto
IsSupported
;
auto
IsSupported
;
template
IsSupported
(T)
static immutable
static if
(!(
is(T : bool)
))
static if
(!(
isIntegerType!(T) || isRealType!(T)
))
static if
(
is(ElementTypeOf!(T) U)
)
static if
(!(
isCharType!(U)
))
static if
(!(
isUTF8StringType!(U)
))
static if
(!(
isIntegerType!(U) || isRealType!(U)
))
auto
IsSupported
=
false
;
auto
IsSupported
;
Meta
Source
See Source File
ocean
util
config
ConfigFiller
IsSupported
static variables
IsSupported