fuzzycopy ~master (2021-10-29T09:17:40Z)
Dub
Repo
arrayDepth
fuzzycopy
Undocumented in source.
template
arrayDepth (
T
) {
static if
(
isArray!T && !isSomeString!T
)
enum
arrayDepth
;
static if
(!(
isArray!T && !isSomeString!T
))
static if
(
is(T : Nullable!F, F)
)
enum
arrayDepth
;
static if
(!(
isArray!T && !isSomeString!T
))
static if
(!(
is(T : Nullable!F, F)
))
enum
arrayDepth
;
}
Members
Manifest constants
arrayDepth
enum
arrayDepth
;
Undocumented in source.
arrayDepth
enum
arrayDepth
;
Undocumented in source.
arrayDepth
enum
arrayDepth
;
Undocumented in source.
Meta
Source
See Implementation
fuzzycopy
functions
fuzzyCP
fuzzyTo
getValue
nullAccess
wrap
templates
CanBeConverted
StripNullable
StripTopNullable
Type
arrayDepth
canBeConvertedWithTo
extractBaseType
isNullable