dstats ~updates (2021-12-23T10:07:51.5287763)
Dub
Repo
FlattenTypeImpl.ret
dstats
infotheory
FlattenTypeImpl
Undocumented in source.
alias
ret
=
TypeTuple
!()
alias
ret
=
TypeTuple
!(
typeof
(
j
.
_jointRanges
),
FlattenType
!(
T
[
1
..$]))
template
FlattenTypeImpl
(T...)
static if
(!(
T.length == 0
))
static if
(
is(typeof(j._jointRanges))
)
alias
ret
=
TypeTuple
!(
typeof
(
j
.
_jointRanges
),
FlattenType
!(
T
[
1
..$]))
alias
ret
=
TypeTuple
!(
T
[
0
],
FlattenType
!(
T
[
1
..$]))
Meta
Source
See Implementation
dstats
infotheory
FlattenTypeImpl
aliases
ret
variables
j